UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 217 B
import { ExpressionOperator } from "../../../types"; /** * Takes an array that contains two numbers or two dates and subtracts the second value from the first. */ export declare const $subtract: ExpressionOperator;