UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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