UNPKG

esdoc-unexported-identifier-plugin

Version:

A unexported identifier plugin for ESDoc

25 lines (20 loc) 394 B
# ESDoc Unexported Identifier Plugin ## Install ```bash npm install esdoc-unexported-identifier-plugin ``` ## Config ```json { "source": "./src", "destination": "./doc", "plugins": [ {"name": "esdoc-unexported-identifier-plugin", "option": {"enable": false}} ] } ``` `enable` is default `false`. ## LICENSE MIT ## Author [Ryo Maruyama@h13i32maru](https://github.com/h13i32maru)