(/** @type {string} */ name)
| 5239 | }; |
| 5240 | |
| 5241 | const adjustSvgTag = (/** @type {string} */ name) => |
| 5242 | /** @type {Record<string, string>} */ (SVG_TAG_ADJUST)[name] || name; |
| 5243 | const adjustForeignAttrs = ( |
| 5244 | /** @type {HtmlAttribute[]} */ attrs, |
| 5245 | /** @type {number} */ ns |