UNPKG

parcel-bundler

Version:

Blazing fast, zero configuration web application bundler

5 lines (4 loc) 121 B
"use strict"; module.exports = function (time) { return time < 1000 ? `${time}ms` : `${(time / 1000).toFixed(2)}s`; };