const log = R.bind(console.log, console); R.pipe(R.assoc('a', 2), ... Note that all keys are coerced to strings because of how JavaScript objects work.
確定! 回上一頁