79292794

Date: 2024-12-18 23:53:00
Score: 1
Natty:
Report link

To not ignore possibly undefined values from an array (or any object), add this to your tsconfig.json:

"noUncheckedIndexedAccess": true

Docs reference

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PerfectM1nd