(s)
| 42234 | qu = {}, |
| 42235 | getNodeType = (s) => (null == s ? void 0 : s.type), |
| 42236 | isNode = (s) => 'string' == typeof getNodeType(s), |
| 42237 | cloneNode = (s) => |
| 42238 | Object.create(Object.getPrototypeOf(s), Object.getOwnPropertyDescriptors(s)), |
| 42239 | mergeAll = ( |
| 42240 | s, |
no test coverage detected