UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 243 B
import { ExpressionOperator } from "../../../types"; /** * Returns a specified number of elements from the end of an array. * * @param {AnyObject} obj * @param {*} expr * @return {*} */ export declare const $lastN: ExpressionOperator;