@push.rocks/smartgulp
Version:
lightweight gulp replacement
7 lines (6 loc) • 430 B
TypeScript
/// <reference types="node" resolution-mode="require"/>
import * as plugins from './smartgulp.plugins.js';
import { Transform } from 'stream';
export declare let src: (minimatchPathArrayArg: string[]) => Transform;
export declare let dest: (dirArg: string) => plugins.smartstream.SmartDuplex<plugins.smartfile.SmartFile, void>;
export declare let replace: () => plugins.smartstream.SmartDuplex<plugins.smartfile.SmartFile, void>;