blob: 0988b7377adfc676edb05c49bc3758359eb88dae (
plain)
1
2
3
4
5
6
7
|
export declare const decodeXML: (str: string) => string;
export declare const decodeHTMLStrict: (str: string) => string;
export interface MapType {
[key: string]: string;
}
export declare const decodeHTML: (str: string) => string;
//# sourceMappingURL=decode.d.ts.map
|