mingo
Version:
MongoDB query language for in-memory objects
7 lines (6 loc) • 299 B
TypeScript
import { Options } from "../../core";
import { AnyVal, RawObject, WindowOperatorInput } from "../../types";
/**
* Returns the approximation of the area under a curve.
*/
export declare function $integral(_: RawObject, collection: RawObject[], expr: WindowOperatorInput, options: Options): AnyVal;