UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 248 B
import { Any, AnyObject, Options } from "../../../types"; /** * Returns the weekday number in ISO 8601 format, ranging from 1 (Monday) to 7 (Sunday). */ export declare const $isoDayOfWeek: (obj: AnyObject, expr: Any, options: Options) => number;