UNPKG

377 BTypeScriptView Raw
1// Type definitions for gulp-header 2.0
2// Project: https://github.com/tracker1/gulp-header
3// Definitions by: Max Fouquet <https://github.com/maxfouquet>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.2
6/// <reference types="node"/>
7
8declare function header(text?: string, data?: object): NodeJS.ReadWriteStream;
9
10export = header;