Files
homewebsite/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts
2025-10-17 20:17:33 +00:00

7 lines
205 B
TypeScript

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