UNPKG

@clerk/clerk-js

Version:
5 lines (4 loc) 238 B
export declare function encodeB64(input: string): string; export declare function decodeB64(input: string): string; export declare function urlEncodeB64(input: string): string; export declare function urlDecodeB64(input: string): string;