UNPKG

@difizen/mana-common

Version:

11 lines 307 B
export declare class StopWatch { private _highResolution; private _startTime; private _stopTime; static create(highResolution?: boolean): StopWatch; constructor(highResolution: boolean); stop(): void; elapsed(): number; private _now; } //# sourceMappingURL=stopwatch.d.ts.map