taking cracks at it for a good two hours
const rejectFeesEqualTo = (fee) => evolve({ fees: reject(propEq('id', prop('id', fee))) })
basically I want to reject an object inside the property fees if it matches the same id property of a given object
I can share the link to ramda REPL if requested
useWith :)
Обсуждают сегодня