UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

8 lines (7 loc) 216 B
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;