UNPKG

precise

Version:

Precision timer for nanosecond differences

10 lines (9 loc) 194 B
export function precise(): Precise; export class Precise { started: any; stopped: any; diff(ms?: boolean): number; reset(): this; start(): this; stop(): this; }