UNPKG

@types/gulp-bump

Version:
36 lines (25 loc) 1.21 kB
# 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 // Type definitions for gulp-bump 2.8 // Project: https://github.com/stevelacy/gulp-bump, https://github.com/stevelacy/gulp-bump // Definitions by: silkentrance <https://github.com/silkentrance> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <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: Wed, 20 Sep 2023 17:08:03 GMT * Dependencies: [@types/bump-regex](https://npmjs.com/package/@types/bump-regex), [@types/node](https://npmjs.com/package/@types/node) * Global values: none # Credits These definitions were written by [silkentrance](https://github.com/silkentrance).