SourceTermAnalysisSystem_vue/node_modules/micromark-extension-gfm-strikethrough/index.js

3 lines
152 B
JavaScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
// Note: more types exposed from `index.d.ts`.
export { gfmStrikethroughHtml } from './lib/html.js';
export { gfmStrikethrough } from './lib/syntax.js';