pixi-jsType aliases
Type Alias: ArrayOr<T>
> ArrayOr<T> = T | T[]
Defined in: node_modules/pixi.js/lib/assets/types.d.ts:6
A utility type that allows a value to be either a single item of type T or an array of items of type T.
Type Parameters
T
T