astro-ghostcms/.pnpm-store/v3/files/7e/16ba7243d9fb1e69f2d8bbb72a4...

12 lines
386 B
Plaintext

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'
}
}