UNPKG

1.21 kBMarkdownView Raw
1# Installation
2> `npm install --save @types/gulp-bump`
3
4# Summary
5This package contains type definitions for gulp-bump (https://github.com/stevelacy/gulp-bump).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-bump.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-bump/index.d.ts)
10````ts
11// Type definitions for gulp-bump 2.8
12// Project: https://github.com/stevelacy/gulp-bump, https://github.com/stevelacy/gulp-bump
13// Definitions by: silkentrance <https://github.com/silkentrance>
14// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15
16/// <reference types="node"/>
17
18import * as BumpRegex from 'bump-regex';
19
20declare function GulpBump(options?: BumpRegex.Options): NodeJS.ReadWriteStream;
21
22declare namespace GulpBump {
23}
24
25export = GulpBump;
26
27````
28
29### Additional Details
30 * Last updated: Thu, 16 Dec 2021 22:31:57 GMT
31 * Dependencies: [@types/bump-regex](https://npmjs.com/package/@types/bump-regex), [@types/node](https://npmjs.com/package/@types/node)
32 * Global values: none
33
34# Credits
35These definitions were written by [silkentrance](https://github.com/silkentrance).
36
\No newline at end of file