3.0.40 • Published 6 months ago

@types/gulp-useref v3.0.40

Weekly downloads
1,166
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/gulp-useref

Summary

This package contains type definitions for gulp-useref (https://github.com/jonkemp/gulp-useref).

Details

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

index.d.ts

// Type definitions for gulp-useref v3.0.0
// Project: https://github.com/jonkemp/gulp-useref
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

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


interface Options {
    searchPath?: string | string[] | undefined;
    base?: string | undefined;
    noAssets?: boolean | undefined;
    noconcat?: boolean | undefined;
    additionalStreams?: Array<NodeJS.ReadWriteStream> | undefined;
    transformPath?: ((filePath: string) => void) | undefined;
}

interface Useref {
    (options?: Options, ...transformStreams: NodeJS.ReadWriteStream[]): NodeJS.ReadWriteStream;
}

declare var useref: Useref;
export = useref;

Additional Details

  • Last updated: Thu, 08 Jul 2021 14:22:36 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Tanguy Krotoff.

3.0.38

7 months ago

3.0.39

6 months ago

3.0.37

8 months ago

3.0.40

6 months ago

3.0.36

1 year ago

3.0.35

3 years ago

3.0.34

5 years ago

3.0.33

6 years ago

3.0.32

6 years ago

3.0.31

7 years ago

3.0.30

7 years ago

3.0.29

8 years ago

3.0.28

8 years ago

3.0.27-alpha

8 years ago

3.0.26-alpha

8 years ago

3.0.25-alpha

8 years ago

3.0.24-alpha

8 years ago

3.0.23-alpha

8 years ago

3.0.22-alpha

8 years ago

3.0.21-alpha

8 years ago

3.0.16-alpha

8 years ago

3.0.15-alpha

8 years ago