UNPKG

mingo

Version:

MongoDB query language for in-memory objects

5 lines (4 loc) 91 B
const $limit = (collection, expr, _options) => collection.take(expr); export { $limit };