UNPKG

hangulx

Version:

Providing various utilities for Hangul

11 lines (10 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.otherCompoundSurnameSet = exports.otherCompoundSurnames = void 0; exports.otherCompoundSurnames = [ "관룡", "關龍", "계손", "季孫", "단목", "端木", "태숙", "太叔" ]; exports.otherCompoundSurnameSet = new Set(exports.otherCompoundSurnames);