EdgeAIG's picture
download
raw
205 Bytes
//#region src/utils/purify.ts
function purify(action) {
return (rng, ...args) => {
const clonedRng = rng.clone();
return [action(clonedRng, ...args), clonedRng];
};
}
//#endregion
export { purify };

Xet Storage Details

Size:
205 Bytes
·
Xet hash:
d1753c0850591e3b868a85d205f1c30fbb31285b3dc0e13c63f718994af81ac3

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