UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 285 B
import { ExpressionOperator } from "../../../types"; /** * Returns the year number in ISO 8601 format. The year starts with the Monday of week 1 and ends with the Sunday of the last week. * @param obj * @param expr */ export declare const $isoWeekYear: ExpressionOperator<number>;