it-CH.d.cts 246 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Italian locale (Switzerland).
  5. * @language Italian
  6. * @iso-639-2 ita
  7. * @author Mike Peyer [@maic66](https://github.com/maic66)
  8. */
  9. export declare const itCH: Locale;