astro-ghostcms/.pnpm-store/v3/files/91/bd06cc2bbd68867702ca6f70c18...

8 lines
216 B
Plaintext

import type { Root } from 'hast';
import type MagicString from 'magic-string';
import type { Plugin } from 'unified';
declare const rehypeEscape: Plugin<[{
s: MagicString;
}], Root>;
export default rehypeEscape;