UNPKG

read-gedcom

Version:
11 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionCitationEvent = void 0; const internal_1 = require("./internal"); class SelectionCitationEvent extends internal_1.SelectionMetaEvent { getRole() { return this.get("ROLE" /* Tag.Role */); } } exports.SelectionCitationEvent = SelectionCitationEvent; //# sourceMappingURL=SelectionCitationEvent.js.map