Function array

  • Create a type information for an array of specific types

    Type Parameters

    Parameters

    • values: T

      the types that are allowed in the array

    • param1: {
          maxItems?: number;
          minItems?: number;
      } = {}

      The minimum and maximum number of items in the array

      • Optional maxItems?: number
      • Optional minItems?: number

    Returns ArrayTypeInformation<T>

    A type information for an array of specific types

Generated using TypeDoc