mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
12 lines
160 B
Markdown
12 lines
160 B
Markdown
# @jsdoc/syntax
|
|
|
|
Enumerates the types of AST nodes that JSDoc recognizes.
|
|
|
|
## Installing the package
|
|
|
|
Using npm:
|
|
|
|
```shell
|
|
npm install --save @jsdoc/syntax
|
|
```
|