UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

4 lines (2 loc) 186 B
import { compose, filter, isNil, mergeDeepRight, not, pipe, reduce, unapply } from 'ramda'; export const merge = unapply(pipe(filter(compose(not, isNil)), reduce(mergeDeepRight, {})));