UNPKG

ts-mls

Version:

[![CI](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml/badge.svg)](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/ts-mls.svg)](https://badge.fury.io/js/ts-mls) [![Coverage Status](https://co

6 lines (5 loc) 359 B
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;