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
/// <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
Credits
These definitions were written by Tanguy Krotoff.