UNPKG

read-gedcom

Version:
5 lines (4 loc) 206 B
import { SelectionReference } from './internal'; export declare class SelectionFamilyReference extends SelectionReference { getFamilyRecord(): import("./SelectionFamilyRecord").SelectionFamilyRecord; }