UNPKG

1.06 kBMarkdownView 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// Type definitions for gulp-header 2.0
12// Project: https://github.com/tracker1/gulp-header
13// Definitions by: Max Fouquet <https://github.com/maxfouquet>
14// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15// TypeScript Version: 2.2
16/// <reference types="node"/>
17
18declare function header(text?: string, data?: object): NodeJS.ReadWriteStream;
19
20export = header;
21
22````
23
24### Additional Details
25 * Last updated: Wed, 10 May 2023 21:03:29 GMT
26 * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
27 * Global values: none
28
29# Credits
30These definitions were written by [Max Fouquet](https://github.com/maxfouquet).
31
\No newline at end of file