UNPKG

read-gedcom

Version:
7 lines 263 B
import { SelectionAge, SelectionEvent } from './internal'; export class SelectionIndividualEvent extends SelectionEvent { getAge() { return this.get("AGE" /* Tag.Age */, null, SelectionAge); } } //# sourceMappingURL=SelectionIndividualEvent.js.map