UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 182 B
import { AccumulatorOperator } from "../../types"; /** * Returns an aggregation of the minimum value n elements within a group. */ export declare const $minN: AccumulatorOperator;