UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 178 B
import { ExpressionOperator } from "../../../types"; /** * Returns a specified number of elements from the end of an array. */ export declare const $lastN: ExpressionOperator;