2.8.6 • Published 2 years ago

@types/gulp-bump v2.8.6

Weekly downloads
1,017
License
MIT
Repository
github
Last release
2 years ago

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

Credits

These definitions were written by silkentrance.

2.8.5

2 years ago

2.8.4

2 years ago

2.8.6

2 years ago

2.8.3

2 years ago

2.8.2

4 years ago

2.8.1

6 years ago

2.8.0

8 years ago