UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

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