blob: 20d430c30daa2909918ca9ecd2f213fc4e3889f1 [file] [log] [blame]
import { Observable } from '../../Observable';
import { max } from '../../operator/max';
Observable.prototype.max = max;
//# sourceMappingURL=max.js.map