frontend/.pnpm-store/v3/files/f9/2369b8db92feccda533c2c79ff430af22067fa2a0ca4c94e6244c0b0a071a70b25f939df0c3550a2d17e89dd4d32fc121531b66c00512c60c970596fdde91c

4 lines
161 B
Plaintext

export function byteLength(b64: string): number;
export function toByteArray(b64: string): Uint8Array;
export function fromByteArray(uint8: Uint8Array): string;