UNPKG

cli-legend

Version:

"A fun command-line rogurelike dungeon game"

5 lines 156 B
import { merge } from './merge'; export function mergeWith(...otherSources) { return merge(...otherSources); } //# sourceMappingURL=mergeWith.js.map