Files
website/node_modules/remark-mdx/index.js
2024-05-06 17:15:30 -04:00

9 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'