mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
5 lines
165 B
TypeScript
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
|