UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 217 B
import { Any, AnyObject, Options } from "../../../types"; /** * Increments a Date object by a specified number of time units. */ export declare const $dateAdd: (obj: AnyObject, expr: Any, options: Options) => Date;