UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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