Files
v10/dist/string/escape-html.d.ts

5 lines
165 B
TypeScript

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