aboutsummaryrefslogtreecommitdiff
path: root/src/locales/dv/phone_number/format/human.ts
blob: 748699b4e09f45a0f7caf9b2894d18c7a50247ed (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
41
42
43
44
export default [
  '3######',
  '4######',
  '5######',
  '6######',
  '7######',
  '8######',
  '9######',
  '3## ####',
  '4## ####',
  '5## ####',
  '6## ####',
  '7## ####',
  '8## ####',
  '9## ####',
  '+9603######',
  '+9604######',
  '+9605######',
  '+9606######',
  '+9607######',
  '+9608######',
  '+9609######',
  '+960 3## ####',
  '+960 4## ####',
  '+960 5## ####',
  '+960 6## ####',
  '+960 7## ####',
  '+960 8## ####',
  '+960 9## ####',
  '+960-3######',
  '+960-4######',
  '+960-5######',
  '+960-6######',
  '+960-7######',
  '+960-8######',
  '+960-9######',
  '+960-3##-####',
  '+960-4##-####',
  '+960-5##-####',
  '+960-6##-####',
  '+960-7##-####',
  '+960-8##-####',
  '+960-9##-####',
];