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