UNPKG

@types/gulp-header

Version:
6 lines (3 loc) 128 B
/// <reference types="node"/> declare function header(text?: string, data?: object): NodeJS.ReadWriteStream; export = header;