Skip to content

happypdf / mergeIntoTypedArray

Function: mergeIntoTypedArray()

ts
function mergeIntoTypedArray(...arrays): Uint8Array<ArrayBuffer>;

Defined in: src/utils/arrays.ts:19

Parameters

ParameterType
...arrays(string | Uint8Array&lt;ArrayBufferLike&gt;)[]

Returns

Uint8Array&lt;ArrayBuffer&gt;

MIT Licensed. A fork of pdf-lib.