2.0.36 • Published 2 years ago

@types/gulp-debug v2.0.36

Weekly downloads
1,591
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for gulp-debug v2.0.1
// Project: https://github.com/sindresorhus/gulp-debug
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <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: Thu, 08 Jul 2021 12:02:36 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Tanguy Krotoff.

2.0.35

2 years ago

2.0.36

2 years ago

2.0.34

2 years ago

2.0.33

2 years ago

2.0.32

4 years ago

2.0.31

8 years ago

2.0.30

8 years ago

2.0.29

9 years ago

2.0.28

9 years ago

2.0.27-alpha

9 years ago

2.0.26-alpha

9 years ago

2.0.25-alpha

9 years ago

2.0.24-alpha

9 years ago

2.0.23-alpha

9 years ago

2.0.22-alpha

9 years ago

2.0.21-alpha

9 years ago

2.0.16-alpha

9 years ago

2.0.15-alpha

9 years ago