79506660

Date: 2025-03-13 13:56:53
Score: 0.5
Natty:
Report link

You can typecast in JSDoc:

const x = /** @type {CastedToType} */(value);

NOTE the braces (), they are important.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Nathan Chappell