@vsokolov/utils - v0.32.0
    Preparing search index...

    Function getCountryFromISO

    • Get country name from ISO code

      Parameters

      • iso: string

        ISO code

      Returns string | undefined

      Country name from ISO code

      getCountryFromISO('US'); // 'United States'