clean up and update deps

This commit is contained in:
2017-02-17 18:56:58 +01:00
parent e3b1ec0633
commit 53c26d4634
53 changed files with 200 additions and 130144 deletions

4
dist/index.d.ts vendored
View File

@ -1,8 +1,6 @@
/// <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>;
export declare let stop: () => Promise<number>;