79217485

Date: 2024-11-23 09:09:48
Score: 1
Natty:
Report link

You can declare a alter the global interface and add innerText to the Element interface

declare global {
  interface Element {
    innerText: string
  }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Emmanuel David