read-gedcom
Version:
Gedcom file reader
9 lines • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionNoteRecord = void 0;
const mixin_1 = require("./mixin");
const base_1 = require("./base");
class SelectionNoteRecord extends (0, mixin_1.SelectionWithSourceCitationMixin)(base_1.SelectionRecord) {
}
exports.SelectionNoteRecord = SelectionNoteRecord;
//# sourceMappingURL=SelectionNoteRecord.js.map