UNPKG

cli-legend

Version:

"A fun command-line rogurelike dungeon game"

5 lines 161 B
import { concat } from './concat'; export function concatWith(...otherSources) { return concat(...otherSources); } //# sourceMappingURL=concatWith.js.map