UNPKG

cli-legend

Version:

"A fun command-line rogurelike dungeon game"

6 lines 253 B
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