fr-CA.d.ts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /**
  2. * @license
  3. * Copyright Google Inc. 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. declare function plural(n: number): number;
  9. declare const _default: (string | number | (string[] | undefined)[] | number[] | (string | undefined)[] | typeof plural | {
  10. 'AUD': string[];
  11. 'BEF': string[];
  12. 'BYN': (string | undefined)[];
  13. 'CAD': string[];
  14. 'CYP': string[];
  15. 'EGP': (string | undefined)[];
  16. 'FRF': string[];
  17. 'GEL': never[];
  18. 'HKD': string[];
  19. 'IEP': string[];
  20. 'ILP': string[];
  21. 'ILS': (string | undefined)[];
  22. 'INR': (string | undefined)[];
  23. 'ITL': string[];
  24. 'KRW': (string | undefined)[];
  25. 'LBP': (string | undefined)[];
  26. 'MTP': string[];
  27. 'MXN': (string | undefined)[];
  28. 'NZD': string[];
  29. 'RHD': string[];
  30. 'RON': (string | undefined)[];
  31. 'RWF': (string | undefined)[];
  32. 'SGD': string[];
  33. 'TWD': (string | undefined)[];
  34. 'USD': string[];
  35. 'VND': (string | undefined)[];
  36. 'WST': string[];
  37. 'XAF': never[];
  38. 'XCD': (string | undefined)[];
  39. 'XOF': never[];
  40. 'XPF': never[];
  41. } | undefined)[];
  42. export default _default;