import bytes from "bytes"; export function toBytes(value) { return bytes(value) ?? String(value); } //# sourceMappingURL=toBytes.js.map