UNPKG

read-gedcom

Version:
11 lines 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionIndividualEventFamily = void 0; const internal_1 = require("./internal"); class SelectionIndividualEventFamily extends internal_1.SelectionIndividualEvent { getFamilyAsChildReference() { return this.get("FAMC" /* Tag.FamilyChild */, null, internal_1.SelectionFamilyReference); } } exports.SelectionIndividualEventFamily = SelectionIndividualEventFamily; //# sourceMappingURL=SelectionIndividualEventFamily.js.map