<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [TFullSetTypedArrayCtor](./rc-js-util.tfullsettypedarrayctor.md)

## TFullSetTypedArrayCtor type

All possible typed arrays constructors. BigInt variants are not well-supported.

**Signature:**

```typescript
export type TFullSetTypedArrayCtor = Float64ArrayConstructor | Float32ArrayConstructor | BigInt64ArrayConstructor | BigUint64ArrayConstructor | Int32ArrayConstructor | Uint32ArrayConstructor | Int16ArrayConstructor | Uint16ArrayConstructor | Int8ArrayConstructor | Uint8ArrayConstructor | Uint8ClampedArrayConstructor;
```
