source: trip-planner-front/node_modules/@angular/common/locales/fr-TN.d.ts@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.4 KB
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8
9declare function plural(n: number): number;
10declare const _default: (string | number | number[] | (string | undefined)[] | typeof plural | (string[] | undefined)[] | {
11 ARS: string[];
12 AUD: string[];
13 BEF: string[];
14 BMD: string[];
15 BND: string[];
16 BZD: string[];
17 CAD: string[];
18 CLP: string[];
19 CNY: (string | undefined)[];
20 COP: string[];
21 CYP: string[];
22 EGP: (string | undefined)[];
23 FJD: string[];
24 FKP: string[];
25 FRF: string[];
26 GBP: string[];
27 GIP: string[];
28 HKD: (string | undefined)[];
29 IEP: string[];
30 ILP: string[];
31 ITL: string[];
32 JPY: (string | undefined)[];
33 KMF: (string | undefined)[];
34 LBP: string[];
35 MTP: string[];
36 MXN: string[];
37 NAD: string[];
38 NIO: (string | undefined)[];
39 NZD: string[];
40 RHD: string[];
41 RON: (string | undefined)[];
42 RWF: (string | undefined)[];
43 SBD: string[];
44 SGD: string[];
45 SRD: string[];
46 TND: string[];
47 TOP: (string | undefined)[];
48 TTD: string[];
49 TWD: (string | undefined)[];
50 USD: string[];
51 UYU: string[];
52 WST: string[];
53 XCD: (string | undefined)[];
54 XPF: string[];
55 ZMW: (string | undefined)[];
56} | undefined)[];
57export default _default;
Note: See TracBrowser for help on using the repository browser.