Buckets:

imerfanrajabee's picture
download
raw
323 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.argsOrArgArray = void 0;
var isArray = Array.isArray;
function argsOrArgArray(args) {
return args.length === 1 && isArray(args[0]) ? args[0] : args;
}
exports.argsOrArgArray = argsOrArgArray;
//# sourceMappingURL=argsOrArgArray.js.map

Xet Storage Details

Size:
323 Bytes
·
Xet hash:
a05165a817b8d8a8fad6fdf4b0222bb12723fae25c2cc26145b30c5a7fc394e5

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