UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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