Last change
on this file since fa375fe 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 |
|
---|
9 | declare function plural(n: number): number;
|
---|
10 | declare 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[];
|
---|
43 | SBD: string[];
|
---|
44 | SGD: string[];
|
---|
45 | SRD: string[];
|
---|
46 | TOP: (string | undefined)[];
|
---|
47 | TTD: string[];
|
---|
48 | TWD: (string | undefined)[];
|
---|
49 | USD: string[];
|
---|
50 | UYU: string[];
|
---|
51 | WST: string[];
|
---|
52 | XCD: (string | undefined)[];
|
---|
53 | XPF: string[];
|
---|
54 | ZMW: (string | undefined)[];
|
---|
55 | } | undefined)[];
|
---|
56 | export default _default;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.