UNPKG

@kikobeats/time-span

Version:
6 lines (5 loc) 164 B
module.exports = ({ format = n => n } = {}) => (start = process.hrtime.bigint()) => () => format(Number(process.hrtime.bigint() - start) / 1e6)