check-emphasis.d.ts 404 B

1234567891011
  1. /**
  2. * @import {Options, State} from 'mdast-util-to-markdown'
  3. */
  4. /**
  5. * @param {State} state
  6. * @returns {Exclude<Options['emphasis'], null | undefined>}
  7. */
  8. export function checkEmphasis(state: State): Exclude<Options["emphasis"], null | undefined>;
  9. import type { State } from 'mdast-util-to-markdown';
  10. import type { Options } from 'mdast-util-to-markdown';
  11. //# sourceMappingURL=check-emphasis.d.ts.map