UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 159 B
import { $bottomN } from "./bottomN"; const $bottom = (coll, expr, options) => { return $bottomN(coll, { ...expr, n: 1 }, options); }; export { $bottom };