unsafe.d.ts 155 B

1234
  1. /** @type {Array<Unsafe>} */
  2. export const unsafe: Array<Unsafe>;
  3. import type { Unsafe } from 'mdast-util-to-markdown';
  4. //# sourceMappingURL=unsafe.d.ts.map