Typeguards for mdast including directives and MDX.
npm install mdast-typeguardsTypeguards for mdast including directives and MDX.
- Content
- What is this?
- When should I use this?
- Install
- Use
This package provides typings for markdown directives and typeguards for all mdast and mdx-js types.
If you want to use typeguards in your visitors.
This package is ESM only.
In Node.js (version 12.20+, 14.14+, or 16.0+), install with npm:
``sh``
npm install mdast-typeguards
This is still in very early alpha, hence, I can only provide very little documentation.
Use at your own risk.