0.2.40 • Published 2 years ago

@types/gulp-rev-replace v0.2.40

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

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

// Type definitions for gulp-rev-replace v0.2.1
// Project: https://github.com/jamesknelson/gulp-rev-replace
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

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


declare namespace revReplace {
    interface Options {
        canonicalUris?: boolean | undefined;
        replaceInExtensions?: Array<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: Thu, 08 Jul 2021 14:22:34 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Tanguy Krotoff.

0.2.40

2 years ago

0.2.38

2 years ago

0.2.37

2 years ago

0.2.39

2 years ago

0.2.36

2 years ago

0.2.35

4 years ago

0.2.34

6 years ago

0.2.33

7 years ago

0.2.32

7 years ago

0.2.31

8 years ago

0.2.30

8 years ago

0.2.29

9 years ago

0.2.28

9 years ago

0.2.27-alpha

9 years ago

0.2.26-alpha

9 years ago

0.2.25-alpha

9 years ago

0.2.24-alpha

9 years ago

0.2.23-alpha

9 years ago

0.2.22-alpha

9 years ago

0.2.21-alpha

9 years ago

0.2.16-alpha

9 years ago

0.2.15-alpha

9 years ago