UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

3 lines (2 loc) 144 B
export declare function fromBase64(base64String: string): Uint8Array<ArrayBuffer>; export declare function toBase64(bytes: Uint8Array): string;