UNPKG

date-fns

Version:

Modern JavaScript date utility library

13 lines (12 loc) 422 B
import type { Locale } from "./types.ts"; /** * @category Locales * @summary Italian locale. * @language Italian * @iso-639-2 ita * @author Alberto Restifo [@albertorestifo](https://github.com/albertorestifo) * @author Giovanni Polimeni [@giofilo](https://github.com/giofilo) * @author Vincenzo Carrese [@vin-car](https://github.com/vin-car) */ export declare const it: Locale; //# sourceMappingURL=index.d.ts.map