UNPKG

kubo-rpc-client

Version:
10 lines 246 B
export function modeToString(mode) { if (mode == null) { return undefined; } if (typeof mode === 'string') { return mode; } return mode.toString(8).padStart(4, '0'); } //# sourceMappingURL=mode-to-string.js.map