early/dist/index.d.ts

9 lines
272 B
TypeScript
Raw Normal View History

2016-09-15 12:45:58 +00:00
import 'typings-global';
2017-04-23 18:57:01 +00:00
import { HrtMeasurement } from './early.hrtMeasurement';
export { HrtMeasurement };
2016-09-18 22:34:38 +00:00
/**
* start the loading
*/
export declare let start: (moduleNameArg?: string, loaderLengthArg?: string) => void;
2017-02-17 17:56:58 +00:00
export declare let stop: () => Promise<number>;