read-gedcom
Version:
Gedcom file reader
11 lines • 448 B
JavaScript
;
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