@types/gulp-install
TypeScript icon, indicating that this package has built-in type declarations

0.6.36 • Public • Published

Installation

npm install --save @types/gulp-install

Summary

This package contains type definitions for gulp-install (https://www.npmjs.com/package/gulp-install).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-install.

index.d.ts

/// <reference types="node" />

interface Options {
    production?: boolean | undefined;
    ignoreScripts?: boolean | undefined;
    noOptional?: boolean | undefined;
    allowRoot?: boolean | undefined;
    args?: string | string[] | undefined;
}

interface Install {
    (options?: Options): NodeJS.ReadWriteStream;
}

declare const install: Install;
export = install;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Peter Juras.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/gulp-install

    Weekly Downloads

    795

    Version

    0.6.36

    License

    MIT

    Unpacked Size

    3.39 kB

    Total Files

    5

    Last publish

    Collaborators

    • types