Skip to content

Commit

Permalink
- #394 Aruba phone number format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossa573 committed Jul 5, 2024
1 parent 240a0e8 commit eebc0bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/country_phone_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ export default [
],
phone_number_lengths: [10]
},
// https://en.wikipedia.org/wiki/Telephone_numbers_in_Aruba
{
alpha2: 'AW',
alpha3: 'ABW',
country_code: '297',
country_name: 'Aruba',
mobile_begin_with: ['5', '6', '7', '9'],
mobile_begin_with: ['56', '59', '64', '73', '74', '99'],
phone_number_lengths: [7]
},
{
Expand Down

0 comments on commit eebc0bb

Please sign in to comment.