knowledgebase_law/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts
2025-04-11 11:47:09 -04: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