5.0.36 • Published 2 years ago

@types/gulp-rev v5.0.36

Weekly downloads
1,927
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/gulp-rev

Summary

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

Details

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

index.d.ts

// Type definitions for gulp-rev v5.0.1
// Project: https://github.com/sindresorhus/gulp-rev
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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


interface IOptions {
    base?: string | undefined;
    cwd?: string | undefined;
    merge?: boolean | undefined;
}

interface IRev {
    (): NodeJS.ReadWriteStream;

    manifest(): NodeJS.ReadWriteStream;
    manifest(path?: string): NodeJS.ReadWriteStream;
    manifest(options?: IOptions): NodeJS.ReadWriteStream;
    manifest(path?: string, options?: IOptions): NodeJS.ReadWriteStream;
}

declare var rev: IRev;
export = rev;

Additional Details

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

Credits

These definitions were written by Tanguy Krotoff.

5.0.34

2 years ago

5.0.35

2 years ago

5.0.36

2 years ago

5.0.33

2 years ago

5.0.32

4 years ago

5.0.0

7 years ago

5.0.31

8 years ago

5.0.30

8 years ago

5.0.29

9 years ago

5.0.28

9 years ago

5.0.27-alpha

9 years ago

5.0.26-alpha

9 years ago

5.0.25-alpha

9 years ago

5.0.24-alpha

9 years ago

5.0.23-alpha

9 years ago

5.0.22-alpha

9 years ago

5.0.21-alpha

9 years ago

5.0.16-alpha

9 years ago

5.0.15-alpha

9 years ago