@itsjamie/esdoc-unexported-identifier-plugin
Version:
A unexported identifier plugin for ESDoc
28 lines (23 loc) • 451 B
Markdown
```bash
npm install esdoc-unexported-identifier-plugin
```
```json
{
"source": "./src",
"destination": "./doc",
"plugins": [
{
"name": "@itsjamie/esdoc-unexported-identifier-plugin",
"option": {"enable": false}
}
]
}
```
`enable` is default `false`.
MIT
[](https://github.com/h13i32maru)