UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

12 lines (8 loc) 275 B
import { Observable } from '../../internal/Observable'; import { toArray } from '../../internal/patching/operator/toArray'; Observable.prototype.toArray = toArray; declare module '../../internal/Observable' { interface Observable<T> { toArray: typeof toArray; } }