mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
11 lines
377 B
TypeScript
11 lines
377 B
TypeScript
// Type definitions for gulp-header 2.0
|
|
// Project: https://github.com/tracker1/gulp-header
|
|
// Definitions by: Max Fouquet <https://github.com/maxfouquet>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
/// <reference types="node"/>
|
|
|
|
declare function header(text?: string, data?: object): NodeJS.ReadWriteStream;
|
|
|
|
export = header;
|