Urara-Blog/node_modules/.pnpm-store/v3/files/2d/79414ee323f620d9cbab7ee81c91413037ca0e78a1b76077737cb41c3b8d146ca2e78ebfc5fa4b538c4f70bff9440a4628355bc515ffcd8f4073a20e75680d
2022-08-14 01:14:53 +08:00

9 lines
332 B
Text

export declare function string_literal(data: string): {
type: string;
value: 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;