DefinitelyTyped/types/gulp-strip-debug/index.d.ts
2017-03-24 14:27:52 -07:00

10 lines
355 B
TypeScript

// Type definitions for gulp-strip-debug v1.1.0
// Project: https://www.npmjs.com/package/gulp-strip-debug
// Definitions by: Peter Juras <https://github.com/peterjuras>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
declare const gulpStripDebug: () => NodeJS.ReadWriteStream;
export = gulpStripDebug;