Files
red_de_investigacion_front/node_modules/entities/lib/encode.d.ts
T
DanielRamirezGe 5eecfbf6cd first commit
2020-01-14 20:43:08 -06:00

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