2.4.0 • Published 5 years ago

@sebastianwessel/esdoc-type-inference-plugin v2.4.0

Weekly downloads
98
License
MIT
Repository
github
Last release
5 years ago

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