of functions over a corresponding object of their input args to get the corresponding object of their return values? For example:
call({
foo: fooFn,
bar: { baz: bazFn },
})({
foo: fooArgs,
bar: { baz: bazArgs },
})
R.evolve?
Обсуждают сегодня