Skip to content

Function: getTypedArrayConstructor()

ts
function getTypedArrayConstructor(type): (length) => TypedArray;

Defined in: src/types.ts:113

Parameters

type

NumericType

Returns

(length) => TypedArray

Released under the MIT License.