read-gedcom
Version:
Gedcom file reader
12 lines • 491 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionAssociation = void 0;
const mixin_1 = require("./mixin");
const internal_1 = require("./internal");
class SelectionAssociation extends (0, mixin_1.SelectionWithNoteSourceCitationMixin)(internal_1.SelectionAny) {
getRelation() {
return this.get("RELA" /* Tag.Relationship */);
}
}
exports.SelectionAssociation = SelectionAssociation;
//# sourceMappingURL=SelectionAssociation.js.map