@magicbell/magicbell-react
Version:
React components for building a notification inbox for your app
6 lines • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.merge = void 0;
const ramda_1 = require("ramda");
exports.merge = (0, ramda_1.unapply)((0, ramda_1.pipe)((0, ramda_1.filter)((0, ramda_1.compose)(ramda_1.not, ramda_1.isNil)), (0, ramda_1.reduce)(ramda_1.mergeDeepRight, {})));
//# sourceMappingURL=merge.js.map