UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 191 B
import { ExpressionOperator } from "../../types"; /** * Returns an approximation of the median, the 50th percentile, as a scalar value. */ export declare const $median: ExpressionOperator;