Package detail

esdoc2-type-inference-plugin

esdoc24.1kMIT2.0.1

A type inference plugin for esdoc2 [PoC]

esdoc2, inference, plugin

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 default true

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru