UNPKG

uint8arrays

Version:

Utility functions to make dealing with Uint8Arrays easier

5 lines 203 B
/** * Returns a new Uint8Array created by concatenating the passed Uint8Arrays */ export declare function concat(arrays: Uint8Array[], length?: number): Uint8Array; //# sourceMappingURL=concat.d.ts.map