UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 234 B
import { ExpressionOperator } from "../../../types"; /** * Returns the element at the specified array index. * * @param {AnyObject} obj * @param {*} expr * @return {*} */ export declare const $arrayElemAt: ExpressionOperator;