aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en_ZA/phone_number/area_code.ts
blob: 6eba44c2e8bdf9a562b76fb26b7008304593444d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
export default [
  '10',
  '11',
  '12',
  '13',
  '14',
  '15',
  '16',
  '17',
  '18',
  '21',
  '22',
  '23',
  '24',
  '27',
  '28',
  '31',
  '32',
  '33',
  '34',
  '35',
  '36',
  '39',
  '40',
  '41',
  '42',
  '43',
  '44',
  '45',
  '46',
  '47',
  '48',
  '49',
  '51',
  '53',
  '54',
  '56',
  '57',
  '58',
];