UNPKG

cli-legend

Version:

"A fun command-line rogurelike dungeon game"

6 lines 197 B
import { exhaustMap } from './exhaustMap'; import { identity } from '../util/identity'; export function exhaustAll() { return exhaustMap(identity); } //# sourceMappingURL=exhaustAll.js.map