Function asArray

  • Make the Provided Value an Array if its not already one

    Returns

    the value as an Array

    Type Parameters

    • T = unknown

    Parameters

    • value: T | T[]

      the value to force as an Array

    Returns T[] | string[]

Generated using TypeDoc