UNPKG

mingo

Version:

MongoDB query language for in-memory objects

4 lines (3 loc) 333 B
import { AnyObject } from "../../types"; /** Updates the value of the field to a specified value if the specified value is greater than the current value of the field. */ export declare function $max(expr: AnyObject, arrayFilters?: AnyObject[], options?: import("../../core/_internal").ComputeOptions): (obj: AnyObject) => string[];