early/dist/index.d.ts

4 lines
148 B
TypeScript
Raw Normal View History

2016-06-10 03:18:03 +00:00
import "typings-global";
export declare let start: (moduleNameArg?: string, loaderLengthArg?: string) => void;
2016-05-20 17:06:25 +00:00
export declare let stop: () => void;