ESDoc Type Inference Plugin(PoC)
Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.
This is Proof of Concept
Install
npm install @enterthenamehere/esdoc-type-inference-plugin
Config
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "@enterthenamehere/esdoc-type-inference-plugin", "option": {"enable": true}}
]
}
-
enable
is defaulttrue
LICENSE
MIT