character-escape.d.ts 167 B

1234
  1. /** @type {Construct} */
  2. export const characterEscape: Construct;
  3. import type { Construct } from 'micromark-util-types';
  4. //# sourceMappingURL=character-escape.d.ts.map