Installation
npm install --save @types/gulp-flatten
Summary
This package contains type definitions for gulp-flatten (https://github.com/armed/gulp-flatten).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-flatten.
index.d.ts
/// <reference types="node" />
interface IOptions {
newPath: string;
}
declare function flatten(options?: IOptions): NodeJS.ReadWriteStream;
declare namespace flatten {}
export = flatten;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: @types/node
Credits
These definitions were written by Keita Kagurazaka.