de-CH.d.ts 965 B

1234567891011121314151617181920212223242526272829303132
  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. EUR: never[];
  18. FKP: (string | undefined)[];
  19. GHS: (string | undefined)[];
  20. GNF: (string | undefined)[];
  21. KMF: (string | undefined)[];
  22. PHP: (string | undefined)[];
  23. RON: (string | undefined)[];
  24. RUR: (string | undefined)[];
  25. RWF: (string | undefined)[];
  26. SYP: never[];
  27. THB: string[];
  28. TWD: string[];
  29. XXX: never[];
  30. ZMW: (string | undefined)[];
  31. } | undefined)[];
  32. export default _default;