@sebastianwessel/esdoc-unexported-identifier-plugin

A unexported identifier plugin for ESDoc

Usage no npm install needed!

<script type="module">
  import sebastianwesselEsdocUnexportedIdentifierPlugin from 'https://cdn.skypack.dev/@sebastianwessel/esdoc-unexported-identifier-plugin';
</script>

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

Author

Ryo Maruyama@h13i32maru