hangulx
Version:
Providing various utilities for Hangul
32 lines (31 loc) • 866 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ethnicCompoundSurnameSet = exports.ethnicCompoundSurnames = void 0;
exports.ethnicCompoundSurnames = [
"곡률", "斛律",
"난제", "欒提",
"당괄", "唐括",
"도단", "徒單",
"독고", "獨孤",
"대하", "大賀",
"모용", "慕容",
"묵기", "万俟",
"배만", "裴満",
"복산", "僕散",
"술률", "述律",
"석말", "石抹",
"야율", "耶律",
"올안", "兀顏",
"요련", "遙輦",
"우문", "宇文",
"이주", "爾朱",
"완안", "完顔",
"질간", "叱干",
"탁발", "拓跋",
"독발", "禿髮",
"포찰", "蒲察",
"혁련", "赫連",
"철벌", "鐵伐",
"호연", "呼衍"
];
exports.ethnicCompoundSurnameSet = new Set(exports.ethnicCompoundSurnames);