UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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