(s)
| 45657 | } |
| 45658 | } |
| 45659 | const ld = LinkDescription, |
| 45660 | emptyElement = (s) => { |
| 45661 | const o = s.meta.length > 0 ? cloneDeep(s.meta) : void 0, |
| 45662 | i = s.attributes.length > 0 ? cloneDeep(s.attributes) : void 0 |
| 45663 | return new s.constructor(void 0, o, i) |
| 45664 | }, |
| 45665 | cloneUnlessOtherwiseSpecified = (s, o) => |
| 45666 | o.clone && o.isMergeableElement(s) ? deepmerge(emptyElement(s), s, o) : s, |
no test coverage detected