Buckets:

imerfanrajabee's picture
download
raw
285 Bytes
import { map } from "../operators/map";
const { isArray } = Array;
function callOrApply(fn, args) {
return isArray(args) ? fn(...args) : fn(args);
}
export function mapOneOrManyArgs(fn) {
return map(args => callOrApply(fn, args));
}
//# sourceMappingURL=mapOneOrManyArgs.js.map

Xet Storage Details

Size:
285 Bytes
·
Xet hash:
562f512b3a5a1927498fda4947e13969a0ee97204917cc6e26bcdef1aeb311bc

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