UNPKG

cli-legend

Version:

"A fun command-line rogurelike dungeon game"

5 lines 144 B
import { zip } from './zip'; export function zipWith(...otherInputs) { return zip(...otherInputs); } //# sourceMappingURL=zipWith.js.map