UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 290 B
import { Any, AnyObject, Options } 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: (obj: AnyObject, expr: Any, options: Options) => number;