This repository contains the source code to this article on JSDoc
The source file is found in src/jsdoc.js
-
Create a new
.js
file containing jsdoc syntax in the src folder or modify the existing file -
Compile the code
npm run compile
-
Open out/index.html in the browser
-
Find the types declaration file in out/types.d.ts and copy if you need.