UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 152 B
import { Observable } from '../../Observable'; import { max } from '../../operator/max'; Observable.prototype.max = max; //# sourceMappingURL=max.js.map