This commit is contained in:
2016-09-19 00:34:38 +02:00
parent eddc64b891
commit bfef45cab3
13 changed files with 65 additions and 849 deletions

3
dist/index.d.ts vendored
View File

@ -1,5 +1,8 @@
/// <reference types="q" />
import 'typings-global';
import q = require('q');
/**
* start the loading
*/
export declare let start: (moduleNameArg?: string, loaderLengthArg?: string) => void;
export declare let stop: () => q.Promise<number>;