hr.d.ts 364 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Croatian locale.
  5. * @language Croatian
  6. * @iso-639-2 hrv
  7. * @author Matija Marohnić [@silvenon](https://github.com/silvenon)
  8. * @author Manico [@manico](https://github.com/manico)
  9. * @author Ivan Jeržabek [@jerzabek](https://github.com/jerzabek)
  10. */
  11. export declare const hr: Locale;