import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { Last } = mongoose.Expression;
Properties
$last: Expression
Returns the last array element. Distinct from $last accumulator.
x/mongoose/types/expressions.d.ts>mongoose.Expression.Last
import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { Last } = mongoose.Expression;
Returns the last array element. Distinct from $last accumulator.