UNPKG

360 BTypeScriptView Raw
1import 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 */
11export declare const cs: Locale;