fr-CA.d.ts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. declare function plural(val: number): number;
  9. declare const _default: (string | number | number[] | (string | undefined)[] | typeof plural | (string[] | undefined)[] | {
  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. PHP: (string | undefined)[];
  30. RHD: string[];
  31. RON: (string | undefined)[];
  32. RWF: (string | undefined)[];
  33. SGD: string[];
  34. TOP: (string | undefined)[];
  35. TWD: (string | undefined)[];
  36. USD: string[];
  37. VND: (string | undefined)[];
  38. XAF: never[];
  39. XCD: (string | undefined)[];
  40. XOF: never[];
  41. XPF: never[];
  42. } | undefined)[];
  43. export default _default;