UNPKG

web-enc-at-rest

Version:
3 lines (2 loc) 133 B
export declare function bytesToBase64(array: Uint8Array): string; export declare function base64ToBytes(base64: string): Uint8Array;