Files
DefinitelyTyped/types/gulp-bump/index.d.ts
2017-12-17 15:01:54 +01:00

16 lines
428 B
TypeScript

// Type definitions for gulp-bump 2.8
// Project: 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;