UNPKG

mingo

Version:

MongoDB query language for in-memory objects

7 lines (6 loc) 104 B
const $limit = (collection, expr, options) => { return collection.take(expr); }; export { $limit };