UNPKG

read-gedcom

Version:
9 lines 447 B
"use strict"; 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