@sebastianwessel/esdoc-type-inference-plugin

2.4.0 • Public • Published

ESDoc Type Inference Plugin(PoC)

This is Proof of Concept

Install

npm install esdoc-type-inference-plugin

Config

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

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

Dependents (1)

Package Sidebar

Install

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

Weekly Downloads

58

Version

2.4.0

License

MIT

Unpacked Size

17.9 kB

Total Files

5

Last publish

Collaborators

  • sebastianwessel