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