mingo
Version:
MongoDB query language for in-memory objects
7 lines (6 loc) • 328 B
TypeScript
import { ExpressionOperator } from "../../../types";
/**
* Returns the week of the year for a date as a number between 0 and 53.
* Weeks begin on Sundays, and week 1 begins with the first Sunday of the year. Days preceding the first Sunday of the year are in week 0
*/
export declare const $week: ExpressionOperator<number>;