UNPKG

mingo

Version:

MongoDB query language for in-memory objects

7 lines (6 loc) 295 B
import { ExpressionOperator } from "../../../types"; /** * Returns the week number in ISO 8601 format, ranging from 1 to 53. * Week numbers start at 1 with the week (Monday through Sunday) that contains the year's first Thursday. */ export declare const $isoWeek: ExpressionOperator<number>;