UNPKG

read-gedcom

Version:
11 lines 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionFamilyReference = void 0; const internal_1 = require("./internal"); class SelectionFamilyReference extends internal_1.SelectionReference { getFamilyRecord() { return this.root().getFamilyRecord(this.valueNonNull()); } } exports.SelectionFamilyReference = SelectionFamilyReference; //# sourceMappingURL=SelectionFamilyReference.js.map