UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 223 B
import { Any, Options } from "../../types"; /** * Returns the bottom element within a group according to the specified sort order. */ export declare const $bottom: (coll: Any[], expr: Any, options: Options) => unknown[];