Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 241 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 241 Bytes

JSDoc Example

This is some example code to show you how to use JSDoc for documenting your JavaScript and also using it for type checking.

Usage

npm install
# Generate a docs folder with the documentation website
npm run doc