UNPKG

@hot-labs/near-connect

Version:

![ezgif-26d74832f88c3c](https://github.com/user-attachments/assets/c4422057-38bb-4cd9-8bd0-568e29f46280)

9 lines (8 loc) 273 B
export declare function escapeHtml(unsafe: string): string; declare const htmlTag: unique symbol; export interface HtmlString { [htmlTag]: string; html: string; } export declare function html(strings: TemplateStringsArray, ...values: any[]): HtmlString; export {};