@itsjamie/esdoc-type-inference-plugin

0.5.0 • Public • Published

ESDoc Type Inference Plugin(PoC)

This is Proof of Concept

Install

npm install @itsjamie/esdoc-type-inference-plugin

Config

{
    "source": "./src",
    "destination": "./doc",
    "plugins": [
        {
            "name": "@itsjamie/esdoc-type-inference-plugin", 
            "option": {"enable": true}
        }
    ]
}
  • enable is default true

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

Dependents (3)

Package Sidebar

Install

npm i @itsjamie/esdoc-type-inference-plugin

Weekly Downloads

162

Version

0.5.0

License

MIT

Unpacked Size

14 kB

Total Files

5

Last publish

Collaborators

  • itsjamie