ko.d.cts 363 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Korean locale.
  5. * @language Korean
  6. * @iso-639-2 kor
  7. * @author Hong Chulju [@angdev](https://github.com/angdev)
  8. * @author Lee Seoyoen [@iamssen](https://github.com/iamssen)
  9. * @author Taiki IKeda [@so99ynoodles](https://github.com/so99ynoodles)
  10. */
  11. export declare const ko: Locale;