UNPKG

mingo

Version:

MongoDB query language for in-memory objects

11 lines (10 loc) 334 B
import { ExpressionOperator } from "../../core"; /** * Returns an approximation of the median, the 50th percentile, as a scalar value. * * @param obj The current object * @param expr The operator expression * @param options Options to use for processing * @returns {number} */ export declare const $median: ExpressionOperator;