UNPKG
hangulx
Version:
latest (0.6.5)
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1-beta.1
0.2.0-beta.10
0.2.0-beta.9
0.2.0-beta.8
0.2.0-beta.7
0.2.0-beta.6
0.2.0-beta.5
0.2.0-beta.4
0.2.0-beta.3
0.2.0-beta.2
0.2.0-beta.1
0.1.0
0.0.2
Providing various utilities for Hangul
github.com/powfix/hangulx
powfix/hangulx
hangulx
/
dist-esm
/
constants
/
korean-name
/
compound-surname
/
other-compound-surname.js
8 lines
(7 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
var
otherCompoundSurnames = [
"관룡"
,
"關龍"
,
"계손"
,
"季孫"
,
"단목"
,
"端木"
,
"태숙"
,
"太叔"
];
export
var
otherCompoundSurnameSet =
new
Set
(otherCompoundSurnames);