Files
Shifted/node_modules/next/dist/server/htmlescape.d.ts
2026-02-10 01:14:19 +00:00

3 lines
110 B
TypeScript

export declare const ESCAPE_REGEX: RegExp;
export declare function htmlEscapeJsonString(str: string): string;