read-gedcom
Version:
Gedcom file reader
11 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionNamePhonetization = void 0;
const internal_1 = require("./internal");
class SelectionNamePhonetization extends internal_1.SelectionNamePieces {
getMethod() {
return this.get("TYPE" /* Tag.Type */);
}
}
exports.SelectionNamePhonetization = SelectionNamePhonetization;
//# sourceMappingURL=SelectionNamePhonetization.js.map