Aero-Ex's picture
Add files using upload-large-folder tool
d685e19 verified
Raw
History Blame Contribute Delete
161 Bytes
export function byteLength(b64: string): number;
export function toByteArray(b64: string): Uint8Array;
export function fromByteArray(uint8: Uint8Array): string;