5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
/// <reference types="node" />
|
|
import { Transform } from 'stream';
|
|
export declare let src: (minimatchPathArrayArg: string[]) => Transform;
|
|
export declare let dest: () => void;
|