Files
est-frame/node_modules/micromark-extension-gfm-strikethrough/dev/index.d.ts
2025-10-22 05:38:27 +00:00

12 lines
386 B
TypeScript
Executable File

export {gfmStrikethroughHtml} from './lib/html.js'
export {gfmStrikethrough, type Options} from './lib/syntax.js'
declare module 'micromark-util-types' {
interface TokenTypeMap {
strikethroughSequence: 'strikethroughSequence'
strikethroughSequenceTemporary: 'strikethroughSequenceTemporary'
strikethrough: 'strikethrough'
strikethroughText: 'strikethroughText'
}
}