UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 209 B
import { ProjectionOperator } from "../../types"; /** * Projects only the first element from an array that matches the specified $elemMatch condition. */ export declare const $elemMatch: ProjectionOperator;