@angular/common
Version:
Angular - commonly needed directives and services
40 lines (38 loc) • 1.29 kB
TypeScript
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
declare function plural(n: number): number;
declare const _default: (string | number | (string[] | undefined)[] | number[] | (string | undefined)[] | typeof plural | {
'AUD': string[];
'BBD': (string | undefined)[];
'BMD': (string | undefined)[];
'BRL': (string | undefined)[];
'BSD': (string | undefined)[];
'BYN': string[];
'BZD': (string | undefined)[];
'CAD': (string | undefined)[];
'CUC': (string | undefined)[];
'CUP': (string | undefined)[];
'DOP': (string | undefined)[];
'FJD': (string | undefined)[];
'FKP': (string | undefined)[];
'GYD': (string | undefined)[];
'ISK': (string | undefined)[];
'JMD': (string | undefined)[];
'KYD': (string | undefined)[];
'LRD': (string | undefined)[];
'MXN': string[];
'NAD': (string | undefined)[];
'NZD': (string | undefined)[];
'RUB': string[];
'SBD': (string | undefined)[];
'SGD': (string | undefined)[];
'TTD': (string | undefined)[];
'UYU': (string | undefined)[];
'XCD': string[];
} | undefined)[];
export default _default;