@types/gulp-debug
Version:
TypeScript definitions for gulp-debug
32 lines (22 loc) • 893 B
Markdown
# Installation
> `npm install --save @types/gulp-debug`
# Summary
This package contains type definitions for gulp-debug (https://github.com/sindresorhus/gulp-debug).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-debug.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-debug/index.d.ts)
````ts
/// <reference types="node" />
interface IOptions {
title?: string | undefined;
minimal?: boolean | undefined;
}
declare function debug(options?: IOptions): NodeJS.ReadWriteStream;
declare namespace debug {}
export = debug;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
# Credits
These definitions were written by [Tanguy Krotoff](https://github.com/tkrotoff).