Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 329 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 329 Bytes

Countries

A simple lookup package for country codes to country names or phone prefixes, and formatting postal addresses.

Functions

Get a country name from a two-letter country code:

country := Country("VU")

Get a phone prefix from a two-letter country code:

pre := PhonePrefix("MN")

Licence

MIT.