UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 214 B
import { ExpressionOperator } from "../../../types"; /** * Returns the weekday number in ISO 8601 format, ranging from 1 (Monday) to 7 (Sunday). */ export declare const $isoDayOfWeek: ExpressionOperator<number>;