IOweb/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts
2026-07-03 15:07:38 -05:00

7 lines
No EOL
205 B
TypeScript

/**
* @this {State}
* @returns {'*' | '_'}
*/
export function emphasisStrongMarker(this: State): "*" | "_";
import type { State } from '../types.js';
//# sourceMappingURL=emphasis-strong-marker.d.ts.map