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

5.0.36 • Public • Published

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

/// <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: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Tanguy Krotoff.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-rev

Weekly Downloads

1,558

Version

5.0.36

License

MIT

Unpacked Size

3.54 kB

Total Files

5

Last publish

Collaborators

  • types