ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ • 359 B
TypeScript
export declare function bytesToArrayBuffer(b: Uint8Array): ArrayBuffer;
export declare function toBufferSource(b: Uint8Array): BufferSource;
export declare function bytesToBase64(bytes: Uint8Array): string;
export declare function base64ToBytes(base64: string): Uint8Array;
export declare function concatUint8Arrays(a: Uint8Array, b: Uint8Array): Uint8Array;