UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 288 B
import { AccumulatorOperator } from "../../types"; /** * Returns the minimum value. * * @param collection The input array * @param expr The right-hand side expression value of the operator * @param options to use for this operator */ export declare const $min: AccumulatorOperator;