EdgeAIG's picture
download
raw
284 Bytes
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
//#region src/utils/purify.ts
function purify(action) {
return (rng, ...args) => {
const clonedRng = rng.clone();
return [action(clonedRng, ...args), clonedRng];
};
}
//#endregion
exports.purify = purify;

Xet Storage Details

Size:
284 Bytes
·
Xet hash:
940dc7be4ac221bc30a0baf9185a0909b46d62c7177c687fcf4b88838b7f372c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.