UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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