mingo
Version:
MongoDB query language for in-memory objects
7 lines (6 loc) • 329 B
TypeScript
import { Any, AnyObject, Options } 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: (obj: AnyObject, expr: Any, options: Options) => number;