UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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