//#region src/string/escape-html.d.ts declare function escapeHtml(str: string): string; //#endregion export { escapeHtml }; //# sourceMappingURL=escape-html.d.ts.map