@ratiofu/timerjs
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i @ratiofu/timerjs

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

52.8 kB

Total Files

12

Last publish

Collaborators

  • ratiofu