max.js 164 B

12345
  1. import { max as higherOrderMax } from 'rxjs/operators';
  2. export function max(comparer) {
  3. return higherOrderMax(comparer)(this);
  4. }
  5. //# sourceMappingURL=max.js.map