Files
Webklar.com/node_modules/next/dist/server/htmlescape.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

3 lines
110 B
TypeScript

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