UNPKG

motion-and-tween

Version:
8 lines (7 loc) 181 B
export declare class RealWorldTimer { private static startTime; constructor(); static getElapsedTime(): number; toString(): string; } export default RealWorldTimer;