de.d.ts 947 B

12345678910111213141516171819202122232425262728293031
  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. ATS: string[];
  11. AUD: string[];
  12. BGM: string[];
  13. BGO: string[];
  14. BYN: (string | undefined)[];
  15. CUC: (string | undefined)[];
  16. DEM: string[];
  17. FKP: (string | undefined)[];
  18. GHS: (string | undefined)[];
  19. GNF: (string | undefined)[];
  20. KMF: (string | undefined)[];
  21. PHP: (string | undefined)[];
  22. RON: (string | undefined)[];
  23. RUR: (string | undefined)[];
  24. RWF: (string | undefined)[];
  25. SYP: never[];
  26. THB: string[];
  27. TWD: string[];
  28. XXX: never[];
  29. ZMW: (string | undefined)[];
  30. } | undefined)[];
  31. export default _default;