UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

13 lines 494 B
import { Observable, using } from 'rxjs'; var UsingObservable = (function (_super) { __extends(UsingObservable, _super); function UsingObservable() { return _super !== null && _super.apply(this, arguments) || this; } UsingObservable.create = function (resourceFactory, observableFactory) { return using(resourceFactory, observableFactory); }; return UsingObservable; }(Observable)); export { UsingObservable }; //# sourceMappingURL=UsingObservable.js.map