Files
blog/node_modules/hexo-util/dist/escape_html.d.ts
2025-07-16 16:30:56 +00:00

3 lines
71 B
TypeScript

declare function escapeHTML(str: string): string;
export = escapeHTML;