(tag: HTMLElement | null)
| 200 | } |
| 201 | |
| 202 | function isMetaTag(tag: HTMLElement | null): tag is HTMLMetaElement { |
| 203 | return tag?.nodeName.toLowerCase() === 'meta'; |
| 204 | } |
| 205 | |
| 206 | /** |
| 207 | * Mapping for MetaDefinition properties with their correct meta attribute names |