Skip to content

Commit

Permalink
Comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
purecatamphetamine committed Jan 9, 2019
1 parent 47d42b9 commit f7b3592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ export interface Extension extends String { }
export interface CountryCallingCode extends String { }

type FormatExtension = (number: string, extension: string, metadata: Metadata) => string

type FormatNumberOptionsWithoutIDD = {
v2?: boolean;
formatExtension?: FormatExtension;
};

// Legacy.
export type FormatNumberOptions = {
v2?: boolean;
fromCountry?: CountryCode;
Expand Down

0 comments on commit f7b3592

Please sign in to comment.