wilddragon-site/node_modules/next/dist/server/htmlescape.d.ts

3 lines
110 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
export declare const ESCAPE_REGEX: RegExp;
export declare function htmlEscapeJsonString(str: string): string;