Urara-Blog/node_modules/.pnpm-store/v3/files/a2/8ca3f97a6162bbc6cd420591675ff534b338b57a3637616349e6127bd27720a3228160fe30fba6512cf6ae0ce516f6975103614845d7cfa7736a4f82862380
2022-08-14 01:14:53 +08:00

5 lines
No EOL
269 B
Text

export declare const decodeXML: (str: string) => string;
export declare const decodeHTMLStrict: (str: string) => string;
export declare type MapType = Record<string, string>;
export declare const decodeHTML: (str: string) => string;
//# sourceMappingURL=decode.d.ts.map