UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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