This website requires JavaScript.
Explore
Help
Sign In
wk450097098
/
mrr.sj.front
Watch
1
Star
0
Fork
You've already forked mrr.sj.front
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3e50131bdb
mrr.sj.front
/
node_modules
/
mingo
/
dist
/
esm
/
operators
/
pipeline
/
limit.js
5 lines
91 B
JavaScript
Raw
Blame
History
const
$limit
=
(
collection
,
expr
,
_options
)
=>
collection
.
take
(
expr
)
;
export
{
$limit
}
;
Reference in New Issue
View Git Blame
Copy Permalink