import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { Month } = mongoose.Expression;
Properties
$month: DateExpression | { date: DateExpression; timezone?: tzExpression; }
Returns the month for a date as a number between 1 (January) and 12 (December).