Files
arbiter/node_modules/rehype-external-links/index.js
2025-03-19 22:47:50 -05:00

11 lines
420 B
JavaScript

/**
* @typedef {import('./lib/index.js').CreateContent} CreateContent
* @typedef {import('./lib/index.js').CreateProperties} CreateProperties
* @typedef {import('./lib/index.js').CreateRel} CreateRel
* @typedef {import('./lib/index.js').CreateTarget} CreateTarget
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Target} Target
*/
export {default} from './lib/index.js'