List of types
dotun-o opened this issue · 1 comments
dotun-o commented
Is there a list of types anywhere on the JSDoc site (https://jsdoc.app/)?
I don't mean as used within examples (e.g. https://jsdoc.app/tags-param.html, https://jsdoc.app/tags-type.html); rather documentation specifically showing a simple, straightforward list of the supported types:
number
string
Array
...
Nothing - from the official docs - comes up in web searches, nor have I found it manually searching through the site.
webketje commented
I think the list of supported types is the same as the standard Javascript data types, however an improvement would be to mention that in the docs' Getting started section