Buckets:

imerfanrajabee's picture
download
raw
659 Bytes
import { Notification } from '../Notification';
import { operate } from '../util/lift';
import { createOperatorSubscriber } from './OperatorSubscriber';
export function materialize() {
return operate((source, subscriber) => {
source.subscribe(createOperatorSubscriber(subscriber, (value) => {
subscriber.next(Notification.createNext(value));
}, () => {
subscriber.next(Notification.createComplete());
subscriber.complete();
}, (err) => {
subscriber.next(Notification.createError(err));
subscriber.complete();
}));
});
}
//# sourceMappingURL=materialize.js.map

Xet Storage Details

Size:
659 Bytes
·
Xet hash:
f074fa0e635112b2842268082887ad7cbaf5ca3a836563d1af15fc1d87a5cb71

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