UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

12 lines (8 loc) 251 B
import { Observable } from '../../internal/Observable'; import { max } from '../../internal/patching/operator/max'; Observable.prototype.max = max; declare module '../../internal/Observable' { interface Observable<T> { max: typeof max; } }