UNPKG

read-gedcom

Version:
7 lines 265 B
import { SelectionReference } from './internal'; export class SelectionFamilyReference extends SelectionReference { getFamilyRecord() { return this.root().getFamilyRecord(this.valueNonNull()); } } //# sourceMappingURL=SelectionFamilyReference.js.map