UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 169 B
import { evalExpr } from "../../../core/_internal"; const $sampleRate = (obj, expr, options) => Math.random() <= evalExpr(obj, expr, options); export { $sampleRate };