9 lines
168 B
JavaScript
Executable File
9 lines
168 B
JavaScript
Executable File
// Augment node types:
|
|
/// <reference types="mdast-util-mdx" />
|
|
|
|
/**
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
*/
|
|
|
|
export {default} from './lib/index.js'
|