UNPKG
cli-legend
Version:
latest (1.0.0)
1.0.0
"A fun command-line rogurelike dungeon game"
github.com/SamparkBhol/roguemaze
SamparkBhol/roguemaze
cli-legend
/
RogueMaze
/
node_modules
/
rxjs
/
dist
/
esm5
/
internal
/
operators
/
scan.js
6 lines
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ operate }
from
'../util/lift'
;
import
{ scanInternals }
from
'./scanInternals'
;
export
function
scan
(
accumulator, seed
) {
return
operate
(
scanInternals
(accumulator, seed,
arguments
.
length
>=
2
,
true
)); }
//# sourceMappingURL=scan.js.map