UNPKG

@nopwdio/sdk-js

Version:
4 lines (3 loc) 217 B
export declare const bufferTo64Safe: (buffer: ArrayBuffer) => string; export declare const arrayTo64: (bytes: Uint8Array) => string; export declare const decodeFromSafe64: (base64: string) => Uint8Array<ArrayBuffer>;