blob: 4d3df429d5cef09cf1f2cd9b6110c0b93ea2dd51 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001export declare const decodeXML: (str: string) => string;
2export declare const decodeHTMLStrict: (str: string) => string;
3export declare type MapType = Record<string, string>;
4export declare const decodeHTML: (str: string) => string;
5//# sourceMappingURL=decode.d.ts.map