check-bullet-other.d.ts 341 B

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