UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 228 B
import { ExpressionOperator } from "../../../types"; /** * Returns true if any elements of a set evaluate to true, and false otherwise. * @param obj * @param expr */ export declare const $anyElementTrue: ExpressionOperator;