UNPKG

mingo

Version:

MongoDB query language for in-memory objects

9 lines (8 loc) 357 B
import { ExpressionOperator } from "../../../types"; /** * Returns the week of the year for a date as a number between 0 and 53. * Weeks begin on Sundays, and week 1 begins with the first Sunday of the year. Days preceding the first Sunday of the year are in week 0 * @param obj * @param expr */ export declare const $week: ExpressionOperator<number>;