summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/entities/lib/encode.d.ts
blob: 613c30e9547a5ee7ef4f8d8232b96fc7b03d686f (plain)
1
2
3
4
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