lt.d.ts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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 | undefined)[];
  11. BDT: never[];
  12. BRL: (string | undefined)[];
  13. BYN: (string | undefined)[];
  14. CAD: (string | undefined)[];
  15. CNY: (string | undefined)[];
  16. GBP: (string | undefined)[];
  17. HKD: (string | undefined)[];
  18. ILS: never[];
  19. INR: never[];
  20. JPY: (string | undefined)[];
  21. KHR: never[];
  22. KRW: (string | undefined)[];
  23. LAK: never[];
  24. MNT: never[];
  25. MXN: (string | undefined)[];
  26. NZD: (string | undefined)[];
  27. PHP: (string | undefined)[];
  28. PLN: (string | undefined)[];
  29. PYG: (string | undefined)[];
  30. RUB: (string | undefined)[];
  31. TWD: (string | undefined)[];
  32. USD: (string | undefined)[];
  33. VND: never[];
  34. XAF: never[];
  35. XCD: (string | undefined)[];
  36. XOF: never[];
  37. XPF: never[];
  38. } | undefined)[];
  39. export default _default;