UNPKG

read-gedcom

Version:
14 lines 562 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionEventsRecorded = void 0; const internal_1 = require("./internal"); class SelectionEventsRecorded extends internal_1.SelectionMetaEvent { getPlace() { return this.get("PLAC" /* Tag.Place */, null, internal_1.SelectionPlace); } getDatePeriod() { return this.get("DATE" /* Tag.Date */, null, internal_1.SelectionDatePeriod); } } exports.SelectionEventsRecorded = SelectionEventsRecorded; //# sourceMappingURL=SelectionEventsRecorded.js.map