UNPKG

esdoc-type-inference-plugin

Version:

A type inference plugin for ESDoc [PoC]

26 lines (21 loc) 406 B
# ESDoc Type Inference Plugin(PoC) **This is Proof of Concept** ## Install ```bash npm install esdoc-type-inference-plugin ``` ## Config ```json { "source": "./src", "destination": "./doc", "plugins": [ {"name": "esdoc-type-inference-plugin", "option": {"enable": true}} ] } ``` - `enable` is default `true` ## LICENSE MIT ## Author [Ryo Maruyama@h13i32maru](https://github.com/h13i32maru)