UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 204 B
import { QueryOperator } from "../../../types"; /** * Selects documents if element in the array field matches all the specified $elemMatch conditions. */ export declare const $elemMatch: QueryOperator;