3 lines
164 B
JavaScript
Raw Normal View History

2025-09-05 14:59:21 +08:00
// Note: types are exported from `dev/index.d.ts`.
export { gfmFootnote } from './lib/syntax.js';
export { gfmFootnoteHtml, defaultBackLabel } from './lib/html.js';