@sebastianwessel/esdoc-unexported-identifier-plugin
v2.1.0
Published
A unexported identifier plugin for ESDoc
Downloads
240
Maintainers
Readme
ESDoc Unexported Identifier Plugin
Install
npm install esdoc-unexported-identifier-plugin
Config
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "esdoc-unexported-identifier-plugin", "option": {"enable": false}}
]
}
enable
is default false
.
LICENSE
MIT