astro-ghostcms/.pnpm-store/v3/files/8f/f24b1c4671049b877fe078d0cb4...

6 lines
313 B
Plaintext

import type { Element } from 'hast';
import type MagicString from 'magic-string';
export declare function replaceAttribute(s: MagicString, node: Element, key: string, newValue: string): void;
export declare function needsEscape(value: any): value is string;
export declare function escape(value: string): string;