UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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