cs.d.ts 360 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Czech locale.
  5. * @language Czech
  6. * @iso-639-2 ces
  7. * @author David Rus [@davidrus](https://github.com/davidrus)
  8. * @author Pavel Hrách [@SilenY](https://github.com/SilenY)
  9. * @author Jozef Bíroš [@JozefBiros](https://github.com/JozefBiros)
  10. */
  11. export declare const cs: Locale;