@itsjamie/esdoc-unexported-identifier-plugin

0.5.0 • Public • Published

ESDoc Unexported Identifier Plugin

Install

npm install esdoc-unexported-identifier-plugin

Config

{
    "source": "./src",
    "destination": "./doc",
    "plugins": [
        {
            "name": "@itsjamie/esdoc-unexported-identifier-plugin", 
            "option": {"enable": false}
        }
    ]
}

enable is default false.

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @itsjamie/esdoc-unexported-identifier-plugin

    Weekly Downloads

    15

    Version

    0.5.0

    License

    MIT

    Unpacked Size

    2.75 kB

    Total Files

    5

    Last publish

    Collaborators

    • itsjamie