Files
DefinitelyTyped/gulp-strip-debug/index.d.ts
2016-04-27 21:30:22 -07:00

10 lines
367 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 path="../node/node.d.ts" />
declare const gulpStripDebug: () => NodeJS.ReadWriteStream;
export = gulpStripDebug;