noe reading correctly
This commit is contained in:
10
dist/smartgulp.classes.gulpstream.d.ts
vendored
Normal file
10
dist/smartgulp.classes.gulpstream.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/// <reference types="node" />
|
||||
import { Smartfile } from 'smartfile';
|
||||
import { Transform } from 'stream';
|
||||
export declare class GulpStream {
|
||||
stream: Transform;
|
||||
/**
|
||||
* allows you to pipe a SmartfileArray into the stream
|
||||
*/
|
||||
pipeSmartfileArray(smartfileArray: Smartfile[]): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user