UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 256 B
import { Any, AnyObject, Options } from "../../../types"; /** * Takes an array that contains two numbers or two dates and subtracts the second value from the first. */ export declare const $subtract: (obj: AnyObject, expr: Any, options: Options) => Any;