Function isArrISO31661Alpha2

  • Predicate function that verifies if a given array contains only valid ISO 3166-1 Alpha 2 countries.

    Parameters

    • arr: string[]

      Array of ISO 3166-1 Alpha 2 countries as string.

    Returns boolean

    Boolean if elements of the given array are valid.

Generated using TypeDoc