UNPKG

parcel-bundler

Version:

Blazing fast, zero configuration web application bundler

4 lines (3 loc) 106 B
module.exports = function(time) { return time < 1000 ? `${time}ms` : `${(time / 1000).toFixed(2)}s`; };