UNPKG

cli-legend

Version:

"A fun command-line rogurelike dungeon game"

5 lines 196 B
import { combineLatest } from './combineLatest'; export function combineLatestWith(...otherSources) { return combineLatest(...otherSources); } //# sourceMappingURL=combineLatestWith.js.map