UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 196 B
import { ExpressionOperator } from "../../../types"; /** * Returns the day of the month for a date as a number between 1 and 31. */ export declare const $dayOfMonth: ExpressionOperator<number>;