1.0.0 • Published 7 years ago

esdoc-unexported-identifier-plugin v1.0.0

Weekly downloads
24,814
License
MIT
Repository
github
Last release
7 years ago

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

Author

Ryo Maruyama@h13i32maru