📄 emphasis-strong-marker.d.ts
/home/palash/git/site/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts
Language: ts • Lines: 7
/**
 * @this {State}
 * @returns {'*' | '_'}
 */
export function emphasisStrongMarker(this: State): "*" | "_";
import type { State } from '../types.js';
//# sourceMappingURL=emphasis-strong-marker.d.ts.map