Files
documentation/node_modules/micromark-extension-gfm-strikethrough/index.js
2024-03-22 03:47:51 +05:30

4 lines
147 B
JavaScript

// Note: more types exposed from `index.d.ts`.
export {gfmStrikethroughHtml} from './lib/html.js'
export {gfmStrikethrough} from './lib/syntax.js'