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