IOweb/node_modules/remark-mdx/index.js
2026-07-03 15:07:38 -05:00

8 lines
168 B
JavaScript

// Augment node types:
/// <reference types="mdast-util-mdx" />
/**
* @typedef {import('./lib/index.js').Options} Options
*/
export {default} from './lib/index.js'