pixi.js
    Preparing search index...

    Type Alias ArrayOr<T>Advanced

    ArrayOr: T | T[]

    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