esdoc2-type-inference-plugin
v2.0.1
Published
A type inference plugin for esdoc2 [PoC]
Downloads
3,374
Readme
esdoc2 Type Inference Plugin(PoC)
This is Proof of Concept
Install
npm install esdoc2-type-inference-plugin
Config
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "esdoc2-type-inference-plugin", "option": {"enable": true}}
]
}
enable
is defaulttrue
LICENSE
MIT