svelte
Version:
Cybernetically enhanced web apps
7 lines (6 loc) • 307 B
TypeScript
export declare function stringify(data: string, options?: {}): string;
export declare function escape(data: string, { only_escape_at_symbol }?: {
only_escape_at_symbol?: boolean;
}): string;
export declare function escape_html(html: any): string;
export declare function escape_template(str: any): any;