UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 263 B
import { Any, AnyObject, Options } from "../../types"; /** * Projects only the first element from an array that matches the specified $elemMatch condition. */ export declare const $elemMatch: (obj: AnyObject, expr: Any, field: string, options: Options) => Any;