Wk-notes-11-20-JSDoc

JSDoc and Typescript

It can give javascript type check in vscode with // @ts-check, being a good way to gradually introduce typescript, or to at least benefits your own when refactoring.

Supported JSDoc:

Last updated