UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 371 B
import { Any, AnyObject, Options } from "../../../types"; /** * Returns a random float between 0 and 1. * * @param {*} _obj The target object for this expression * @param {*} _expr The right-hand side of the operator * @param {Options} _options Options to use for operation */ export declare const $rand: (_obj: AnyObject, _expr: Any, _options: Options) => number;