UNPKG

read-gedcom

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