Buckets:

imerfanrajabee's picture
download
raw
379 Bytes
import { Observable } from '../Observable';
export const EMPTY = new Observable((subscriber) => subscriber.complete());
export function empty(scheduler) {
return scheduler ? emptyScheduled(scheduler) : EMPTY;
}
function emptyScheduled(scheduler) {
return new Observable((subscriber) => scheduler.schedule(() => subscriber.complete()));
}
//# sourceMappingURL=empty.js.map

Xet Storage Details

Size:
379 Bytes
·
Xet hash:
764c27927b1221ab449968c897a04ea75d16c162a22e0f4f5f393067ed64bf9f

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