import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { AllElementsTrue } = mongoose.Expression;
Properties
$allElementsTrue: ArrayExpression
Evaluates an array as a set and returns true if no element in the array is false. Otherwise, returns false. An empty array returns true.