UNPKG

785 BMarkdownView Raw
1# Installation
2> `npm install --save @types/gulp-header`
3
4# Summary
5This package contains type definitions for gulp-header (https://github.com/tracker1/gulp-header).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-header.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-header/index.d.ts)
10````ts
11/// <reference types="node"/>
12
13declare function header(text?: string, data?: object): NodeJS.ReadWriteStream;
14
15export = header;
16
17````
18
19### Additional Details
20 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
21 * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
22
23# Credits
24These definitions were written by [Max Fouquet](https://github.com/maxfouquet).
25
\No newline at end of file