@types/gulp-bump
TypeScript icon, indicating that this package has built-in type declarations

2.8.6 • Public • Published

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

/// <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.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/gulp-bump

    Weekly Downloads

    857

    Version

    2.8.6

    License

    MIT

    Unpacked Size

    3.14 kB

    Total Files

    5

    Last publish

    Collaborators

    • types