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

0.5.36 • Public • Published

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.

/@types/gulp-jspm/

    Package Sidebar

    Install

    npm i @types/gulp-jspm

    Weekly Downloads

    5

    Version

    0.5.36

    License

    MIT

    Unpacked Size

    3.37 kB

    Total Files

    5

    Last publish

    Collaborators

    • types