UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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