read-gedcom
Version:
Gedcom file reader
11 lines • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionFamilyReferenceAdoption = void 0;
const internal_1 = require("./internal");
class SelectionFamilyReferenceAdoption extends internal_1.SelectionFamilyReference {
getAdoptedByWhom() {
return this.get("ADOP" /* Tag.Adoption */);
}
}
exports.SelectionFamilyReferenceAdoption = SelectionFamilyReferenceAdoption;
//# sourceMappingURL=SelectionFamilyReferenceAdoption.js.map