@ratiofu/timerjs
v0.1.2
Published
precision timer for JavaScript projects
Downloads
2
Readme
timerjs
Precision Timer for JavaScript projects
Install
yarn add @ratiofu/timerjs
Use
import Timer from '@ratiofu/timerjs'
const timer = new Timer()
// some stuff here
console.log('with pretend-accuracy decimals', timer.µs)
console.log('rounded', timer.µsec)