UNPKG

253 BTypeScriptView Raw
1import type { Locale } from "./types.js";
2/**
3 * @category Locales
4 * @summary English locale (India).
5 * @language English
6 * @iso-639-2 eng
7 * @author Galeel Bhasha Satthar [@gbhasha](https://github.com/gbhasha)
8 */
9export declare const enIN: Locale;