UNPKG

read-gedcom

Version:
21 lines 739 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionWithSourceCitationMixin = void 0; const internal_1 = require("../internal"); /** * @ignore */ const SelectionWithSourceCitationMixin = (Base) => class extends Base { /** * Source citations related to this entity. * <table> * <tr><th>Tag</th><td><code>SOUR</code></td></tr> * <tr><th>Multiplicity</th><td><code>*</code></td></tr> * </table> */ getSourceCitation() { return this.get("SOUR" /* Tag.Source */, null, internal_1.SelectionSourceCitation); } }; exports.SelectionWithSourceCitationMixin = SelectionWithSourceCitationMixin; //# sourceMappingURL=SelectionWithSourceCitationMixin.js.map