UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 236 B
import { ExpressionOperator } from "../../../types"; /** * Returns the day of the year for a date as a number between 1 and 366 (leap year). * @param obj * @param expr */ export declare const $dayOfYear: ExpressionOperator<number>;