UNPKG

read-gedcom

Version:
6 lines (5 loc) 236 B
import { SelectionDatePeriod, SelectionMetaEvent, SelectionPlace } from './internal'; export declare class SelectionEventsRecorded extends SelectionMetaEvent { getPlace(): SelectionPlace; getDatePeriod(): SelectionDatePeriod; }