UNPKG

mingo

Version:

MongoDB query language for in-memory objects

11 lines (10 loc) 272 B
import { ProjectionOperator } from "../../core"; /** * Projects only the first element from an array that matches the specified $elemMatch condition. * * @param obj * @param field * @param expr * @returns {*} */ export declare const $elemMatch: ProjectionOperator;