UNPKG

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