@types/gulp-filter
- Version 3.0.39
- Published
- 4.07 kB
- 3 dependencies
- MIT license
Install
npm i @types/gulp-filter
yarn add @types/gulp-filter
pnpm add @types/gulp-filter
Overview
TypeScript definitions for gulp-filter
Index
Functions
Interfaces
Functions
function filter
filter: ( pattern: string | string[] | filter.FileFunction, options?: filter.Options) => filter.Filter;
Interfaces
interface FileFunction
interface FileFunction {}
call signature
(file: File): boolean;
interface Filter
interface Filter extends NodeJS.ReadWriteStream {}
property restore
restore: NodeJS.ReadWriteStream;
interface Options
interface Options extends Minimatch.IOptions {}
property passthrough
passthrough?: boolean | undefined;
property restore
restore?: boolean | undefined;
Package Files (1)
Dependencies (3)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/gulp-filter
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/gulp-filter)
- HTML<a href="https://www.jsdocs.io/package/@types/gulp-filter"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 1475 ms. - Missing or incorrect documentation? Open an issue for this package.