You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
271 B

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