UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 213 B
import { ExpressionOperator } from "../../../types"; /** * Returns the day of the week for a date as a number between 1 (Sunday) and 7 (Saturday). */ export declare const $dayOfWeek: ExpressionOperator<number>;