now paying respect to commandline

This commit is contained in:
2016-06-10 05:18:03 +02:00
parent 44d9782487
commit 5e5696cce1
11 changed files with 64 additions and 35 deletions

1
dist/index.d.ts vendored
View File

@ -1,2 +1,3 @@
import "typings-global";
export declare let start: (moduleNameArg?: string, loaderLengthArg?: string) => void;
export declare let stop: () => void;