emphasis-strong-marker.d.ts 205 B

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