UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 169 B
import { ExpressionOperator } from "../../../types"; /** * Returns the element at the specified array index. */ export declare const $arrayElemAt: ExpressionOperator;