UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

3 lines 218 B
import { compose, filter, isNil, mergeDeepRight, not, pipe, reduce, unapply } from 'ramda'; export const merge = unapply(pipe(filter(compose(not, isNil)), reduce(mergeDeepRight, {}))); //# sourceMappingURL=merge.js.map