Skip to content

Commit 1009e4c

Browse files
samjudgegrantila
authored andcommitted
fix(types): added missing 'unknown' value back into PhoneNumberPossibility
1 parent bdcf9ad commit 1009e4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export type PhoneNumberPossibility =
2323
| 'invalid'
2424
| 'invalid-country-code'
2525
| 'too-long'
26-
| 'too-short';
26+
| 'too-short'
27+
| 'unknown';
2728

2829
/**
2930
* Parse a phone number into an object describing the number.

0 commit comments

Comments
 (0)