@visulima/humanizer
Version:
Humanizer is a library for humanizing data in a human-readable form.
13 lines (7 loc) • 386 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
const parseBytes = require('./packem_shared/parseBytes-0lZhif0J.cjs');
const duration = require('./packem_shared/duration-f-II6vKb.cjs');
exports.formatBytes = parseBytes.formatBytes;
exports.parseBytes = parseBytes.parseBytes;
exports.duration = duration;