選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

decode.d.ts 269B

12345
  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