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

0.2.3 • Public • Published

Installation

npm install --save @types/gulp-clean-dest

Summary

This package contains type definitions for gulp-clean-dest (https://github.com/clark800/gulp-clean-dest).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-clean-dest.

index.d.ts

/// <reference types="node" />

declare namespace gulpCleanDest {
    interface Options {
        /**
         * The working directory the folder is relative to.
         */
        cwd?: string | undefined;

        /**
         * Extension of the destination files. Useful if it differs from the original.
         */
        extension?: string | undefined;
    }
}

/**
 * Removes files from the dest directory prior to building.
 * @param destination The name of the dest directory
 * @param options Options for the cleaning process
 */
declare function gulpCleanDest(destination: string, options?: gulpCleanDest.Options): NodeJS.ReadWriteStream;

export = gulpCleanDest;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Andrey Lalev.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-clean-dest

Weekly Downloads

15

Version

0.2.3

License

MIT

Unpacked Size

4.03 kB

Total Files

5

Last publish

Collaborators

  • types