pixi-jsType aliases
Type Alias: ArrayFixed<T, L>
> ArrayFixed<T, L> = [T, ...T[]] & object
Defined in: node_modules/pixi.js/lib/utils/types.d.ts:6
A utility type that represents a tuple of length L containing elements of type T.
Type Declaration
length
> length: L
Type Parameters
T
T
L
L extends number