JSPM

mdast-typeguards

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q12989F
  • License MIT

Typeguards for mdast including directives and MDX.

Package Exports

  • mdast-typeguards

Readme

mdast-typeguards

Typeguards for mdast including directives and MDX.

Content

What is this?

This package provides typings for markdown directives and typeguards for all mdast and mdx-js types.

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 mdast-typeguards

Use

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

Use at your own risk.