angleman / ms9

Short timestring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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) '''

About

Short timestring


Languages

Language:JavaScript 100.0%