79190853

Date: 2024-11-15 01:27:59
Score: 2
Natty:
Report link

If you are using npm, you can

npm install @types/jquery --save-dev

and add

/// <reference types="jquery" />

to your js file.

Ref: https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-types-

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