now passing required loading time through promise

This commit is contained in:
2016-09-15 14:59:22 +02:00
parent 140bfb4f5e
commit ac92f355d4
8 changed files with 47 additions and 37 deletions

2
dist/index.d.ts vendored
View File

@ -2,4 +2,4 @@
import 'typings-global';
import q = require('q');
export declare let start: (moduleNameArg?: string, loaderLengthArg?: string) => void;
export declare let stop: () => q.Promise<void>;
export declare let stop: () => q.Promise<number>;