Skip to content

Commit

Permalink
Merge 2f65895 into 44c75fc
Browse files Browse the repository at this point in the history
  • Loading branch information
richeterre committed Mar 27, 2019
2 parents 44c75fc + 2f65895 commit e6fd0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -122,7 +122,7 @@ export function getCountryCallingCode(countryCode: CountryCode): CountryCallingC
// Deprecated.
export function getPhoneCode(countryCode: CountryCode): CountryCallingCode;
export function getExtPrefix(countryCode: CountryCode): string;
export function isSupportedCountry(countryCode: CountryCode): boolean;
export function isSupportedCountry(countryCode: string): boolean;

export function formatIncompletePhoneNumber(number: string, countryCode?: CountryCode): string;
export function parseIncompletePhoneNumber(text: string): string;
Expand Down

0 comments on commit e6fd0e5

Please sign in to comment.