improve typings

This commit is contained in:
2016-08-21 17:29:38 +02:00
parent 9f8e30526f
commit b7e48313e1
4 changed files with 7 additions and 4 deletions

4
dist/index.d.ts vendored
View File

@ -1,3 +1,5 @@
/// <reference types="q" />
import "typings-global";
import q = require("q");
export declare let start: (moduleNameArg?: string, loaderLengthArg?: string) => void;
export declare let stop: () => any;
export declare let stop: () => q.Promise<{}>;