Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossa573 committed Oct 2, 2023
1 parent 611ca94 commit 603ee56
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/data/country_phone_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default [
'204', '226', '236', '249', '250', '263', '289', '306', '343', '354',
'365', '367', '368', '403', '416', '418', '431', '437', '438', '450',
'468', '474', '506', '514', '519', '548', '579', '581', '584', '587',
'600', '604', '613', '639', '647', '672', '683', '705', '709', '742',
'600', '604', '613', '639', '647', '672', '683', '705', '709', '742',
'753', '778', '780', '782', '807', '819', '825', '867', '873', '902',
'905', '428', '382'],
phone_number_lengths: [10]
Expand Down Expand Up @@ -506,15 +506,15 @@ export default [
country_code: '45',
country_name: 'Denmark',
mobile_begin_with: [
'2','30','31','40','41','42','50','51','52','53','60','61','71','81','91','92','93',
'342', '344', '345', '346', '347', '348', '349', '356', '357', '359', '362',
'365', '366', '389', '398', '431', '441', '462', '466', '468', '472', '474',
'476', '478', '485', '486', '488', '489', '493', '494', '495', '496', '498',
'499', '542', '543', '545', '551', '552', '556', '571', '572', '573', '574',
'577', '579', '584', '586', '587', '589', '597', '598', '627', '629', '641',
'649', '658', '662', '663', '664', '665', '667', '692', '693', '694', '697',
'771', '772', '782', '783', '785', '786', '788', '789', '826', '827', '829'
],
'2', '30', '31', '40', '41', '42', '50', '51', '52', '53', '60', '61', '71', '81', '91', '92', '93',
'342', '344', '345', '346', '347', '348', '349', '356', '357', '359', '362',
'365', '366', '389', '398', '431', '441', '462', '466', '468', '472', '474',
'476', '478', '485', '486', '488', '489', '493', '494', '495', '496', '498',
'499', '542', '543', '545', '551', '552', '556', '571', '572', '573', '574',
'577', '579', '584', '586', '587', '589', '597', '598', '627', '629', '641',
'649', '658', '662', '663', '664', '665', '667', '692', '693', '694', '697',
'771', '772', '782', '783', '785', '786', '788', '789', '826', '827', '829'
],
phone_number_lengths: [8]
},
{
Expand Down

0 comments on commit 603ee56

Please sign in to comment.