UNPKG

364 BTypeScriptView Raw
1import 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 */
11export declare const hr: Locale;