Files

3 lines
124 B
TypeScript
Raw Permalink Normal View History

2025-08-11 11:06:07 +08:00
export declare function encodeBase64Url(str: string): string;
export declare function decodeBase64Url(str: string): string;