UNPKG

read-gedcom

Version:
12 lines 559 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionSubmitterRecord = void 0; const base_1 = require("./base"); const mixin_1 = require("./mixin"); class SelectionSubmitterRecord extends (0, mixin_1.SelectionWithMultimediaMixin)((0, mixin_1.SelectionWithAddressMixin)((0, mixin_1.SelectionWithNoteMixin)(base_1.SelectionRecord))) { getName() { return this.get("NAME" /* Tag.Name */); } } exports.SelectionSubmitterRecord = SelectionSubmitterRecord; //# sourceMappingURL=SelectionSubmitterRecord.js.map