[6a3a178] | 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 | AUD: (string | undefined)[];
|
---|
| 12 | BMD: (string | undefined)[];
|
---|
| 13 | BRL: (string | undefined)[];
|
---|
| 14 | BSD: (string | undefined)[];
|
---|
| 15 | BZD: (string | undefined)[];
|
---|
| 16 | CAD: (string | undefined)[];
|
---|
| 17 | DOP: (string | undefined)[];
|
---|
| 18 | EGP: (string | undefined)[];
|
---|
| 19 | GBP: (string | undefined)[];
|
---|
| 20 | HKD: (string | undefined)[];
|
---|
| 21 | HRK: (string | undefined)[];
|
---|
| 22 | ILS: (string | undefined)[];
|
---|
| 23 | INR: (string | undefined)[];
|
---|
| 24 | JMD: (string | undefined)[];
|
---|
| 25 | JPY: string[];
|
---|
| 26 | KGS: string[];
|
---|
| 27 | KRW: (string | undefined)[];
|
---|
| 28 | MXN: (string | undefined)[];
|
---|
| 29 | NZD: (string | undefined)[];
|
---|
| 30 | THB: string[];
|
---|
| 31 | TTD: (string | undefined)[];
|
---|
| 32 | TWD: (string | undefined)[];
|
---|
| 33 | USD: (string | undefined)[];
|
---|
| 34 | XCD: (string | undefined)[];
|
---|
| 35 | } | undefined)[];
|
---|
| 36 | export default _default;
|
---|