UNPKG

read-gedcom

Version:
5 lines (4 loc) 222 B
import { SelectionReference } from './internal'; export declare class SelectionIndividualReference extends SelectionReference { getIndividualRecord(): import("./SelectionIndividualRecord").SelectionIndividualRecord; }