UNPKG

mingo

Version:

MongoDB query language for in-memory objects

7 lines (6 loc) 294 B
import { Options } from "../../core"; import { Any, AnyObject, WindowOperatorInput } from "../../types"; /** * Returns the approximation of the area under a curve. */ export declare const $integral: (_: AnyObject, collection: AnyObject[], expr: WindowOperatorInput, options: Options) => Any;