Installation
npm install --save @types/gulp-jspm
Summary
This package contains type definitions for gulp-jspm (https://www.npmjs.com/package/gulp-jspm).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-jspm.
index.d.ts
/// <reference types="node" />
interface Options {
arithmetic?: string | undefined;
selfExecutingBundle?: boolean | undefined;
plugin?: boolean | string | undefined;
inject?: boolean | undefined;
minify?: boolean | undefined;
}
interface GulpJspm {
(options?: Options): NodeJS.ReadWriteStream;
}
declare const gulpJspm: GulpJspm;
export = gulpJspm;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: @types/node
Credits
These definitions were written by Peter Juras.