1.1.3 • Published 3 years ago

esdoc-latest-accessor-plugin v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ESDoc Accessor Plugin

Install

npm install esdoc-latest-accessor-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-latest-accessor-plugin", "option": {"access": ["public", "protected", "private"], "autoPrivate": true}}
  ]
}
  • access is default ["public", "protected", "private"]
  • autoPrivate is default true

LICENSE

MIT