UNPKG

mingo

Version:

MongoDB query language for in-memory objects

7 lines (6 loc) 249 B
import { WindowOperator } from "../../types"; /** * Returns the exponential moving average of numeric expressions applied to documents * in a partition defined in the $setWindowFields stage. */ export declare const $expMovingAvg: WindowOperator;