2 lines
96 B
TypeScript
2 lines
96 B
TypeScript
export declare const combineUint8Arrays: (arrays: Uint8Array[]) => Uint8Array<ArrayBufferLike>;
|