2.0.4 • Published 2 years ago

@types/gulp-header v2.0.4

Weekly downloads
4,179
License
MIT
Repository
github
Last release
2 years ago

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

// 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: Sat, 18 Sep 2021 00:01:31 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Max Fouquet.