max.d.ts 141 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 import { max } from '../../operator/max'; declare module '../../Observable' { interface Observable<T> { max: typeof max; } }