Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

decode.d.ts 271B

1234567
  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