mingo
Version:
MongoDB query language for in-memory objects
4 lines (3 loc) • 298 B
TypeScript
import { AnyObject, Options } from "../../types";
/** Updates the value of the field to a specified value if the specified value is less than the current value of the field. */
export declare const $min: (obj: AnyObject, expr: AnyObject, arrayFilters?: AnyObject[], options?: Options) => string[];