Sign in
apache
/
incubator-resilientdb-ResContract
/
a38804e78a872ef90e5cbab1c702c7554a393c9b
/
.
/
node_modules
/
rxjs
/
dist
/
esm
/
internal
/
operators
/
skip.js
blob: 0b3ef2658f5fca42a28943ab4717f479cdcb35e9 [
file
] [
log
] [
blame
]
import
{
filter
}
from
'./filter'
;
export
function
skip
(
count
)
{
return
filter
((
_
,
index
)
=>
count
<=
index
);
}
//# sourceMappingURL=skip.js.map