UNPKG

237 BTypeScriptView Raw
1import 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 */
9export declare const enIE: Locale;