UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 160 B
import { Observable } from 'rxjs'; import { toArray } from '../../operator/toArray'; Observable.prototype.toArray = toArray; //# sourceMappingURL=toArray.js.map