[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 | BRL: (string | undefined)[];
|
---|
| 13 | CAD: (string | undefined)[];
|
---|
| 14 | CNY: (string | undefined)[];
|
---|
| 15 | ESP: string[];
|
---|
| 16 | EUR: (string | undefined)[];
|
---|
| 17 | FKP: (string | undefined)[];
|
---|
| 18 | GBP: (string | undefined)[];
|
---|
| 19 | HKD: (string | undefined)[];
|
---|
| 20 | ILS: (string | undefined)[];
|
---|
| 21 | INR: (string | undefined)[];
|
---|
| 22 | JPY: (string | undefined)[];
|
---|
| 23 | KRW: (string | undefined)[];
|
---|
| 24 | MXN: (string | undefined)[];
|
---|
| 25 | NZD: (string | undefined)[];
|
---|
| 26 | RON: (string | undefined)[];
|
---|
| 27 | SSP: (string | undefined)[];
|
---|
| 28 | SYP: (string | undefined)[];
|
---|
| 29 | TWD: (string | undefined)[];
|
---|
| 30 | USD: string[];
|
---|
| 31 | UYU: string[];
|
---|
| 32 | UYW: string[];
|
---|
| 33 | VEF: (string | undefined)[];
|
---|
| 34 | VND: (string | undefined)[];
|
---|
| 35 | XAF: never[];
|
---|
| 36 | XCD: (string | undefined)[];
|
---|
| 37 | XOF: never[];
|
---|
| 38 | } | undefined)[];
|
---|
| 39 | export default _default;
|
---|