Buckets:

imerfanrajabee's picture
download
raw
254 Bytes
export const subscribeToArray = (array) => (subscriber) => {
for (let i = 0, len = array.length; i < len && !subscriber.closed; i++) {
subscriber.next(array[i]);
}
subscriber.complete();
};
//# sourceMappingURL=subscribeToArray.js.map

Xet Storage Details

Size:
254 Bytes
·
Xet hash:
76ed1989f06070f00fd42c0bdcd264a00911f7a8dd129d5c7bfda5ba30297721

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