Urara-Blog/node_modules/.pnpm-store/v3/files/af/c25cdc635869083e1fa71f1fa00ea5e74cbfcc49073eacb28f1e743335c8cfd6ec1f1747402adb5176b66254f80612537bea47aa12ebb0cd11e7c330c40503
2022-08-14 01:14:53 +08:00

6 lines
146 B
Text

/**
* @param {string} data
* @return {string}
*/
export function encode(data: string): string;
export const decode: typeof decodeURIComponent;