UNPKG

read-gedcom

Version:
7 lines 255 B
import { SelectionAny } from './internal'; export class SelectionNoteReferenceMixed extends SelectionAny { getNoteRecord() { return this.root().getNoteRecord(this.valueNonNull()); } } //# sourceMappingURL=SelectionNoteReferenceMixed.js.map