Function: getTypedArrayConstructor()
ts
function getTypedArrayConstructor(type): (length) => TypedArray;Defined in: src/types.ts:113
Parameters
type
Returns
(length) => TypedArray