Skip to content

Commit

Permalink
fix(types): added missing 'unknown' value back into PhoneNumberPossib…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
samjudge authored and grantila committed Aug 25, 2024
1 parent bdcf9ad commit 1009e4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export type PhoneNumberPossibility =
| 'invalid'
| 'invalid-country-code'
| 'too-long'
| 'too-short';
| 'too-short'
| 'unknown';

/**
* Parse a phone number into an object describing the number.
Expand Down

0 comments on commit 1009e4c

Please sign in to comment.