ms9
v1.0.1
Published
Short human readable duration string
Downloads
4
Readme
ms9
Short human readable duration string
Usage
'''js const ms9 = require('./') const START = 1 * new Date setTimeout(function(){ console.log(ms9(1 * new Date - START)) // 92μ }, 88) '''