UNPKG

date-fns

Version:

Modern JavaScript date utility library

10 lines (9 loc) 253 B
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;