mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
355 B
TypeScript
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;
|