UNPKG

699 BTypeScriptView Raw
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 */
8declare function plural(val: number): number;
9declare const _default: (string | number | number[] | (string | undefined)[] | typeof plural | (string[] | undefined)[] | {
10 BYN: (string | undefined)[];
11 GEL: (string | undefined)[];
12 KGS: string[];
13 PHP: (string | undefined)[];
14 RON: (string | undefined)[];
15 RUB: string[];
16 RUR: string[];
17 THB: string[];
18 TMT: string[];
19 TWD: string[];
20 UAH: string[];
21 XXX: string[];
22} | undefined)[];
23export default _default;