(tag: HTMLElement | null)
| 218 | } |
| 219 | |
| 220 | function isMetaTag(tag: HTMLElement | null): tag is HTMLMetaElement { |
| 221 | return tag?.nodeName.toLowerCase() === 'meta'; |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * Mapping for MetaDefinition properties with their correct meta attribute names |