UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 256 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. */ export declare const $isoWeekYear: ExpressionOperator<number>;