mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-18 15:41:05 +00:00
4 lines
207 B
TypeScript
4 lines
207 B
TypeScript
export declare const encodeXML: (data: string) => string;
|
|
export declare const encodeHTML: (data: string) => string;
|
|
export declare function escape(data: string): string;
|
|
//# sourceMappingURL=encode.d.ts.map
|