We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0246e commit 912c77bCopy full SHA for 912c77b
types/iso-3166-2/index.d.ts
@@ -42,7 +42,7 @@ export function country(countryCodeOrName: string): CountryInfo | null;
42
43
export const data: CountryInfo.Map;
44
45
-// map of alpha 3 codes to alpha 3 codes
+// map of alpha 3 codes to alpha 2 codes
46
export const codes: {
47
[alpha3: string]: string;
48
};
0 commit comments