|
|
|
|
|
by wilsonnb3
702 days ago
|
|
Jsdoc is a way of adding type annotations to JavaScript code, which can then be used by another tool to do type checking. This is how type checking works in python and ruby, rather than there being a compilation step like typescript. |
|