UNPKG

precise

Version:

Precision timer for nanosecond differences

6 lines (5 loc) 246 B
export const STARTED: "Timer has been started"; export const STOPPED: "Timer has been stopped"; export const NOT_STARTED: "Timer has not been started"; export const NOT_STOPPED: "Timer has not been stopped"; export const BIG_INT_NEG_1: any;