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

0.2.40 • Public • Published

Installation

npm install --save @types/gulp-rev-replace

Summary

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

Details

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

index.d.ts

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

declare namespace revReplace {
    interface Options {
        canonicalUris?: boolean | undefined;
        replaceInExtensions?: string[] | undefined;
        prefix?: string | undefined;
        manifest?: NodeJS.ReadWriteStream | undefined;
        modifyUnreved?: Function | undefined;
        modifyReved?: Function | undefined;
    }
}

declare function revReplace(options?: revReplace.Options): NodeJS.ReadWriteStream;

export = revReplace;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Tanguy Krotoff.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-rev-replace

Weekly Downloads

572

Version

0.2.40

License

MIT

Unpacked Size

3.65 kB

Total Files

5

Last publish

Collaborators

  • types