0.6.36 • Published 2 years ago
@types/gulp-install v0.6.36
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
// Type definitions for gulp-install v0.6.0
// Project: https://www.npmjs.com/package/gulp-install
// Definitions by: Peter Juras <https://github.com/peterjuras>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <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: Thu, 08 Jul 2021 14:22:28 GMT
- Dependencies: @types/node
- Global values: none
Credits
These definitions were written by Peter Juras.
0.6.34
2 years ago
0.6.36
2 years ago
0.6.35
2 years ago
0.6.33
2 years ago
0.6.32
4 years ago
0.6.31
8 years ago
0.6.30
8 years ago
0.6.29
9 years ago
0.6.28
9 years ago
0.6.27-alpha
9 years ago
0.6.26-alpha
9 years ago
0.6.25-alpha
9 years ago
0.6.24-alpha
9 years ago
0.6.23-alpha
9 years ago
0.6.22-alpha
9 years ago
0.6.21-alpha
9 years ago
0.6.16-alpha
9 years ago
0.6.15-alpha
9 years ago