UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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