10 lines
253 B
TypeScript
10 lines
253 B
TypeScript
|
import type { Locale } from "./types.js";
|
||
|
/**
|
||
|
* @category Locales
|
||
|
* @summary English locale (India).
|
||
|
* @language English
|
||
|
* @iso-639-2 eng
|
||
|
* @author Galeel Bhasha Satthar [@gbhasha](https://github.com/gbhasha)
|
||
|
*/
|
||
|
export declare const enIN: Locale;
|