UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

19 lines 555 B
// Custom merge function export var safeMergeStyleProps = function () { var objects = []; for (var _i = 0; _i < arguments.length; _i++) { objects[_i] = arguments[_i]; } return objects.reduce(function (acc, obj) { if (obj) { Object.keys(obj).forEach(function (key) { var value = obj[key]; if (value !== undefined) { acc[key] = value; } }); } return acc; }, {}); }; //# sourceMappingURL=safeMergeStyleProps.js.map