UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

6 lines (4 loc) 157 B
import { mergeDeepRight } from './mergeDeepRight.js' export function partialObject(fn, input){ return nextInput => fn(mergeDeepRight(nextInput, input)) }