UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 222 B
import { Any, AnyObject, Options } from "../../types"; /** * Returns the population standard deviation of the input values. */ export declare const $stdDevPop: (coll: AnyObject[], expr: Any, options: Options) => number;