pokemon-rogue-battle
    Preparing search index...

    Function coerceArray

    • If the input isn't already an array, turns it into one.

      Type Parameters

      • T

      Parameters

      • input: T

      Returns T extends any[] ? T<T> : [T]

      An array with the same type as the type of the input