read-gedcom
Version:
Gedcom file reader
11 lines • 522 B
JavaScript
;
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