UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 180 B
import { Any, AnyObject, Options } from "../../types"; /** * Returns the maximum value */ export declare const $max: (coll: AnyObject[], expr: Any, options: Options) => unknown;