0.5.36 • Published 2 years ago

@types/gulp-jspm v0.5.36

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for gulp-jspm v0.5.4
// Project: https://www.npmjs.com/package/gulp-jspm
// Definitions by: Peter Juras <https://github.com/peterjuras>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <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: Thu, 08 Jul 2021 14:22:29 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Peter Juras.

0.5.36

2 years ago

0.5.34

2 years ago

0.5.35

2 years ago

0.5.33

2 years ago

0.5.32

4 years ago

0.5.31

8 years ago

0.5.30

8 years ago

0.5.29

9 years ago

0.5.28

9 years ago

0.5.27-alpha

9 years ago

0.5.26-alpha

9 years ago

0.5.25-alpha

9 years ago

0.5.24-alpha

9 years ago

0.5.23-alpha

9 years ago

0.5.22-alpha

9 years ago

0.5.21-alpha

9 years ago

0.5.16-alpha

9 years ago

0.5.15-alpha

9 years ago