UNPKG

@types/gulp-debug

Version:
13 lines (8 loc) 236 B
/// <reference types="node" /> interface IOptions { title?: string | undefined; minimal?: boolean | undefined; } declare function debug(options?: IOptions): NodeJS.ReadWriteStream; declare namespace debug {} export = debug;