UNPKG

astro

Version:

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

3 lines (2 loc) 146 B
export declare function needsEscape(value: any): value is string; export declare function escapeTemplateLiteralCharacters(value: string): string;