noe reading correctly

This commit is contained in:
2017-04-30 00:25:31 +02:00
parent be2fd470d6
commit 3cd7355872
33 changed files with 445 additions and 18 deletions

4
dist/smartgulp.gulpapi.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
/// <reference types="node" />
import { Transform } from 'stream';
export declare let src: (minimatchPathArrayArg: string[]) => Transform;
export declare let dest: () => void;