en-IE.d.cts 237 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary English locale (Ireland).
  5. * @language English
  6. * @iso-639-2 eng
  7. * @author Tetiana [@tan75](https://github.com/tan75)
  8. */
  9. export declare const enIE: Locale;