# esdoc-type-inference-plugin

> A type inference plugin for ESDoc [PoC]

Latest version **1.0.2** (published 2018-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install esdoc-type-inference-plugin
pnpm add esdoc-type-inference-plugin
yarn add esdoc-type-inference-plugin
bun add esdoc-type-inference-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-04-30 |
| First published | 2017-05-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 6.0.0 |
| Dependencies | 0 |
| Unpacked size | 13.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 139 |
| Author | h13i32maru |
| Maintainers | h13i32maru |
| Keywords | esdoc, inference, plugin |

## Links

- npm: https://www.npmjs.com/package/esdoc-type-inference-plugin
- Repository: https://github.com/esdoc/esdoc-plugins
- Issues: https://github.com/esdoc/esdoc-plugins/issues
- npm.io page: https://npm.io/package/esdoc-type-inference-plugin

## Recent versions

- 1.0.2 (latest) — 2018-04-30
- 1.0.1 — 2017-09-03
- 1.0.0 — 2017-07-30
- 0.0.3 — 2017-06-25
- 0.0.2 — 2017-05-14
- 0.0.1 — 2017-05-07

## README

# 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)

---
_Source: https://npm.io/package/esdoc-type-inference-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
