@types/gulp-debug
TypeScript icon, indicating that this package has built-in type declarations

2.0.36 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-debug

Weekly Downloads

1,844

Version

2.0.36

License

MIT

Unpacked Size

3.1 kB

Total Files

5

Last publish

Collaborators

  • types