happypdf / mergeIntoTypedArray
Function: mergeIntoTypedArray()
ts
function mergeIntoTypedArray(...arrays): Uint8Array<ArrayBuffer>;Defined in: src/utils/arrays.ts:19
Parameters
| Parameter | Type |
|---|---|
...arrays | (string | Uint8Array<ArrayBufferLike>)[] |
Returns
Uint8Array<ArrayBuffer>