hy.d.cts 243 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Armenian locale
  5. * @language Armenian
  6. * @iso-639-2 arm
  7. * @author Alex Igityan [@alexigityan](https://github.com/alexigityan)
  8. */
  9. export declare const hy: Locale;