0.0.1 • Published 10 months ago

estree-typeguards v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

estree-typeguards

Typeguards for estree.

Content

What is this?

This package provides typings for unist nodes from estree (parsed JS).

When should I use this?

If you want to use typeguards in your visitors.

Install

This package is ESM only. In Node.js (version 12.20+, 14.14+, or 16.0+), install with npm:

npm install estree-typeguards

Use

This is still in very early alpha, hence, I can only provide very little documentation.

Use at your own risk.