UNPKG

120 BTypeScriptView Raw
1export declare function urlSafeEncode(str: string): string;
2export declare function urlSafeDecode(hex: string): string;