mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:39:30 +08:00
6 lines
146 B
Text
6 lines
146 B
Text
/**
|
|
* @param {string} data
|
|
* @return {string}
|
|
*/
|
|
export function encode(data: string): string;
|
|
export const decode: typeof decodeURIComponent;
|