import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { SetIsSubset } = mongoose.Expression;
Properties
$setIsSubset: [ArrayExpression, ArrayExpression]
Takes two arrays and returns true when the first array is a subset of the second, including when the first array equals the second array, and false otherwise.