import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { IsArray } = mongoose.Expression;
Properties
$isArray: [Expression]
Determines if the operand is an array. Returns a boolean.
x/mongoose/types/expressions.d.ts>mongoose.Expression.IsArray
import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { IsArray } = mongoose.Expression;
Determines if the operand is an array. Returns a boolean.