read-gedcom
Version:
Gedcom file reader
11 lines • 408 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionCitationEvent = void 0;
const internal_1 = require("./internal");
class SelectionCitationEvent extends internal_1.SelectionMetaEvent {
getRole() {
return this.get("ROLE" /* Tag.Role */);
}
}
exports.SelectionCitationEvent = SelectionCitationEvent;
//# sourceMappingURL=SelectionCitationEvent.js.map