UNPKG

read-gedcom

Version:
11 lines 448 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionNoteReferenceMixed = void 0; const internal_1 = require("./internal"); class SelectionNoteReferenceMixed extends internal_1.SelectionAny { getNoteRecord() { return this.root().getNoteRecord(this.valueNonNull()); } } exports.SelectionNoteReferenceMixed = SelectionNoteReferenceMixed; //# sourceMappingURL=SelectionNoteReferenceMixed.js.map