UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 157 B
import { $bottomN } from "./bottomN"; const $bottom = (collection, expr, options) => $bottomN(collection, { ...expr, n: 1 }, options); export { $bottom };