UNPKG

922 BMarkdownView 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/// <reference types="node"/>
12
13import * as BumpRegex from "bump-regex";
14
15declare function GulpBump(options?: BumpRegex.Options): NodeJS.ReadWriteStream;
16
17declare namespace GulpBump {
18}
19
20export = GulpBump;
21
22````
23
24### Additional Details
25 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
26 * Dependencies: [@types/bump-regex](https://npmjs.com/package/@types/bump-regex), [@types/node](https://npmjs.com/package/@types/node)
27
28# Credits
29These definitions were written by [silkentrance](https://github.com/silkentrance).
30
\No newline at end of file