UNPKG

161 BTypeScriptView Raw
1export function byteLength(b64: string): number;
2export function toByteArray(b64: string): Uint8Array;
3export function fromByteArray(uint8: Uint8Array): string;