UNPKG

read-gedcom

Version:
11 lines 477 B
"use strict"; 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