UNPKG

@clickup/pg-microsharding

Version:
8 lines 326 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tookToHuman = tookToHuman; const secToHuman_1 = require("./secToHuman"); function tookToHuman(startedAt) { return (0, secToHuman_1.secToHuman)(Math.round((performance.now() - startedAt) / 1000)); } //# sourceMappingURL=tookToHuman.js.map