it.d.cts 386 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Italian locale.
  5. * @language Italian
  6. * @iso-639-2 ita
  7. * @author Alberto Restifo [@albertorestifo](https://github.com/albertorestifo)
  8. * @author Giovanni Polimeni [@giofilo](https://github.com/giofilo)
  9. * @author Vincenzo Carrese [@vin-car](https://github.com/vin-car)
  10. */
  11. export declare const it: Locale;