UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 227 B
import { Any, Callback, Options } from "../../../types"; /** * Allows the use of aggregation expressions within the query language. */ export declare function $expr(_: string, expr: Any, options: Options): Callback<boolean>;