@enterthenamehere/esdoc-unexported-identifier-plugin
Version:
A unexported identifier plugin for ESDoc
29 lines (22 loc) • 622 B
Markdown
# ESDoc Unexported Identifier Plugin
Use with updated [EnterTheNameHere/esdoc-monorepo](https://github.com/EnterTheNameHere/esdoc-monorepo).
Original esdoc is [here](https://github.com/esdoc/esdoc).
## Install
```bash
npm install @enterthenamehere/esdoc-unexported-identifier-plugin
```
## Config
```json
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "@enterthenamehere/esdoc-unexported-identifier-plugin", "option": {"enable": false}}
]
}
```
`enable` is default `false`.
## LICENSE
MIT
## Author
[Ryo Maruyama@h13i32maru](https://github.com/h13i32maru)