UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 241 B
import { Any, AnyObject, Options } from "../../../types"; /** * Returns the day of the year for a date as a number between 1 and 366 (leap year). */ export declare const $dayOfYear: (obj: AnyObject, expr: Any, options: Options) => number;