@types/gulp-header
Version:
TypeScript definitions for gulp-header
31 lines (23 loc) • 1.06 kB
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
// 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;
````
### Additional Details
* Last updated: Wed, 10 May 2023 21:03:29 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by [Max Fouquet](https://github.com/maxfouquet).