read-gedcom
Version:
Gedcom file reader
11 lines • 442 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionIndividualEvent = void 0;
const internal_1 = require("./internal");
class SelectionIndividualEvent extends internal_1.SelectionEvent {
getAge() {
return this.get("AGE" /* Tag.Age */, null, internal_1.SelectionAge);
}
}
exports.SelectionIndividualEvent = SelectionIndividualEvent;
//# sourceMappingURL=SelectionIndividualEvent.js.map