sv-FI.d.ts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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 | undefined)[];
  11. 'BBD': string[];
  12. 'BMD': string[];
  13. 'BRL': string[];
  14. 'BSD': string[];
  15. 'BZD': string[];
  16. 'CNY': (string | undefined)[];
  17. 'DKK': string[];
  18. 'DOP': string[];
  19. 'EEK': string[];
  20. 'EGP': string[];
  21. 'ESP': never[];
  22. 'GBP': (string | undefined)[];
  23. 'HKD': (string | undefined)[];
  24. 'IEP': string[];
  25. 'INR': (string | undefined)[];
  26. 'ISK': string[];
  27. 'JMD': string[];
  28. 'JPY': (string | undefined)[];
  29. 'KRW': (string | undefined)[];
  30. 'NOK': string[];
  31. 'NZD': (string | undefined)[];
  32. 'RON': (string | undefined)[];
  33. 'SEK': string[];
  34. 'TWD': (string | undefined)[];
  35. 'USD': string[];
  36. 'VND': (string | undefined)[];
  37. } | undefined)[];
  38. export default _default;