Skip to content

Latest commit

 

History

History
 
 

esdoc-unexported-identifier-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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