UNPKG

date-fns

Version:

Modern JavaScript date utility library

11 lines (10 loc) 289 B
import type { Locale } from "./types.ts"; /** * @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; //# sourceMappingURL=index.d.ts.map