uk.d.cts 318 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Ukrainian locale.
  5. * @language Ukrainian
  6. * @iso-639-2 ukr
  7. * @author Andrii Korzh [@korzhyk](https://github.com/korzhyk)
  8. * @author Andriy Shcherbyak [@shcherbyakdev](https://github.com/shcherbyakdev)
  9. */
  10. export declare const uk: Locale;