UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 247 B
import { Any, AnyObject, Options } from "../../../types"; /** * Returns the day of the week for a date as a number between 1 (Sunday) and 7 (Saturday). */ export declare const $dayOfWeek: (obj: AnyObject, expr: Any, options: Options) => number;