| 14 | |
| 15 | declare global { |
| 16 | interface Window { |
| 17 | RelativeTimeElement: typeof RelativeTimeElement |
| 18 | } |
| 19 | |
| 20 | interface HTMLElementTagNameMap { |
| 21 | 'relative-time': RelativeTimeElement |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…