UNPKG

read-gedcom

Version:
5 lines 244 B
import { SelectionWithSourceCitationMixin } from './mixin'; import { SelectionRecord } from './base'; export class SelectionNoteRecord extends SelectionWithSourceCitationMixin(SelectionRecord) { } //# sourceMappingURL=SelectionNoteRecord.js.map