DenReg/jsx-html/nodejs/node/utils/htmlEncode.d.ts

3 lines
123 B
TypeScript
Raw Normal View History

2020-10-14 00:56:11 +00:00
export declare function doubleQuoteEncode(text: string): string;
export declare function htmlEncode(text: string): string;