@enterthenamehere/esdoc-unexported-identifier-plugin
v2.6.0-dev.1
Published
A unexported identifier plugin for ESDoc
Downloads
15
Maintainers
Readme
ESDoc Unexported Identifier Plugin
Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.
Install
npm install @enterthenamehere/esdoc-unexported-identifier-plugin
Config
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "@enterthenamehere/esdoc-unexported-identifier-plugin", "option": {"enable": false}}
]
}
enable
is default false
.
LICENSE
MIT