UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines (6 loc) 165 B
import { toArray } from '../../operator/toArray'; declare module 'rxjs/internal/Observable' { interface Observable<T> { toArray: typeof toArray; } }