UNPKG

@types/gulp-bump

Version:
30 lines (20 loc) 922 B
# Installation > `npm install --save @types/gulp-bump` # Summary This package contains type definitions for gulp-bump (https://github.com/stevelacy/gulp-bump). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-bump. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-bump/index.d.ts) ````ts /// <reference types="node"/> import * as BumpRegex from "bump-regex"; declare function GulpBump(options?: BumpRegex.Options): NodeJS.ReadWriteStream; declare namespace GulpBump { } export = GulpBump; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: [@types/bump-regex](https://npmjs.com/package/@types/bump-regex), [@types/node](https://npmjs.com/package/@types/node) # Credits These definitions were written by [silkentrance](https://github.com/silkentrance).