UNPKG

read-gedcom

Version:
12 lines 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionSpouseFamilyLink = void 0; const internal_1 = require("./internal"); const mixin_1 = require("./mixin"); class SelectionSpouseFamilyLink extends (0, mixin_1.SelectionWithNoteMixin)(internal_1.SelectionAny) { getFamilyRecord() { return this.root().getFamilyRecord(this.valueNonNull()); } } exports.SelectionSpouseFamilyLink = SelectionSpouseFamilyLink; //# sourceMappingURL=SelectionSpouseFamilyLink.js.map