download
raw
362 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = once;
function once(fn) {
function wrapper(...args) {
if (fn === null) return;
var callFn = fn;
fn = null;
callFn.apply(this, args);
}
Object.assign(wrapper, fn);
return wrapper;
}
module.exports = exports.default;

Xet Storage Details

Size:
362 Bytes
·
Xet hash:
b8d825eafa6ce20943ed4d14351911d018788ef5be4cf9f5e5fce0ee37f5488c

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