UNPKG

mingo

Version:

MongoDB query language for in-memory objects

7 lines (6 loc) 301 B
import { Any, AnyObject, Options } from "../../types"; import { WindowOperatorInput } from "./_internal"; /** * Returns the average rate of change within the specified window */ export declare const $derivative: (_: AnyObject, coll: AnyObject[], expr: WindowOperatorInput, options: Options) => Any;