@types/gulp-flatten
TypeScript icon, indicating that this package has built-in type declarations

0.0.35 • Public • Published

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.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/gulp-flatten

    Weekly Downloads

    1,444

    Version

    0.0.35

    License

    MIT

    Unpacked Size

    3.05 kB

    Total Files

    5

    Last publish

    Collaborators

    • types