(value)
| 143356 | exports.default = void 0; |
| 143357 | |
| 143358 | var isMergeableObject = function isMergeableObject(value) { |
| 143359 | return isNonNullObject(value) && !isSpecial(value); |
| 143360 | }; |
| 143361 | |
| 143362 | function isNonNullObject(value) { |
| 143363 | return !!value && typeof value === 'object'; |
nothing calls this directly
no test coverage detected