aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en/phone_number/format/human.ts
blob: a016640803f61abc7f3fec9d42344cf3672b30df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export default [
  '!##-!##-####',
  '(!##) !##-####',
  '1-!##-!##-####',
  '!##.!##.####',
  '!##-!##-#### x###',
  '(!##) !##-#### x###',
  '1-!##-!##-#### x###',
  '!##.!##.#### x###',
  '!##-!##-#### x####',
  '(!##) !##-#### x####',
  '1-!##-!##-#### x####',
  '!##.!##.#### x####',
  '!##-!##-#### x#####',
  '(!##) !##-#### x#####',
  '1-!##-!##-#### x#####',
  '!##.!##.#### x#####',
];