UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 201 B
import { Any, AnyObject, Options } from "../../../types"; /** * Computes the sum of an array of numbers. */ export declare const $add: (obj: AnyObject, expr: Any, options: Options) => number | Date;