UNPKG

@itsjamie/esdoc-unexported-identifier-plugin

Version:

A unexported identifier plugin for ESDoc

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