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
f65e18ea3d
mrr.sj.front
/
node_modules
/
mingo
/
dist
/
esm
/
operators
/
pipeline
/
skip.js
7 lines
103 B
JavaScript
Raw
Blame
History
const
$skip
=
(
collection
,
expr
,
_options
)
=>
{
return
collection
.
drop
(
expr
)
;
}
;
export
{
$skip
}
;
Reference in New Issue
View Git Blame
Copy Permalink