2.8.6 • Published 2 years ago
@types/gulp-bump v2.8.6
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
// 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: Thu, 16 Dec 2021 22:31:57 GMT
- Dependencies: @types/bump-regex, @types/node
- Global values: none
Credits
These definitions were written by silkentrance.