| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | export declare const decodeXML: (str: string) => string; |
| 2 | export declare const decodeHTMLStrict: (str: string) => string; | ||||
| 3 | export declare type MapType = Record<string, string>; | ||||
| 4 | export declare const decodeHTML: (str: string) => string; | ||||
| 5 | //# sourceMappingURL=decode.d.ts.map | ||||