UNPKG

read-gedcom

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