read-gedcom
Version:
Gedcom file reader
9 lines • 447 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ValuePhonetizationMethod = void 0;
var ValuePhonetizationMethod;
(function (ValuePhonetizationMethod) {
ValuePhonetizationMethod["Hangul"] = "Hangul";
ValuePhonetizationMethod["Kana"] = "kana";
})(ValuePhonetizationMethod = exports.ValuePhonetizationMethod || (exports.ValuePhonetizationMethod = {}));
//# sourceMappingURL=ValuePhonetizationMethod.js.map