1.2.0 • Published 2 years ago

timespan-milliseconds v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

timespan-milliseconds

run tests

Pretty timespan-measurement in sub-milliseconds

Install

npm i timespan-milliseconds

Import

import {now, since} from 'timespan-milliseconds'

const start = now()
// do something
console.log(`took ${since(start)} ms`)
// 'took 1.23 ms'

Require

const {now, since} = require('timespan-milliseconds')

const start = now()
// do something
console.log(`took ${since(start)} ms`)
// 'took 1.23 ms'
1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago