@types/gulp-header
Version:
TypeScript definitions for gulp-header
25 lines (17 loc) • 785 B
Markdown
# Installation
> `npm install --save @types/gulp-header`
# Summary
This package contains type definitions for gulp-header (https://github.com/tracker1/gulp-header).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-header.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-header/index.d.ts)
````ts
/// <reference types="node"/>
declare function header(text?: string, data?: object): NodeJS.ReadWriteStream;
export = header;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
# Credits
These definitions were written by [Max Fouquet](https://github.com/maxfouquet).