UNPKG
precise
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.0.1
2.0.0
1.1.0
1.0.1
1.0.0
Precision timer for nanosecond differences
github.com/avoidwork/precise
avoidwork/precise
precise
/
types
/
constants.d.ts
6 lines
(5 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
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;