add smartstream

This commit is contained in:
2016-09-25 20:22:10 +02:00
parent 71588595e6
commit 7c960649bc
15 changed files with 163 additions and 46 deletions

View File

@@ -1,3 +1,4 @@
/// <reference types="q" />
import * as plugins from './npmts.plugins';
export declare let run: (configArg: any) => plugins.q.Promise<{}>;
import { INpmtsConfig } from './npmts.options';
export declare let run: (configArg: INpmtsConfig) => plugins.q.Promise<{}>;