UNPKG

cli-legend

Version:

"A fun command-line rogurelike dungeon game"

6 lines 192 B
import { switchMap } from './switchMap'; import { identity } from '../util/identity'; export function switchAll() { return switchMap(identity); } //# sourceMappingURL=switchAll.js.map