UNPKG

read-gedcom

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