@vsokolov/utils - v1.4.2
    Preparing search index...

    Function getCountryFromISO

    • Get country name from ISO code

      Parameters

      • iso: string

        ISO code

      Returns Maybe<string>

      Country name from ISO code

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