UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 279 B
import { AnyObject, Options } from "../../../types"; /** * Selects documents if element in the array field matches all the specified $elemMatch conditions. */ export declare const $elemMatch: (selector: string, value: AnyObject, options: Options) => (_: AnyObject) => boolean;