UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 170 B
import { WindowOperator } from "../../types"; /** * Returns the average rate of change within the specified window */ export declare const $derivative: WindowOperator;