UNPKG

113 BTypeScriptView Raw
1export declare function initTimer(): {
2 stop: () => number;
3};
4export interface Timer {
5 stop(): number;
6}