UNPKG

read-gedcom

Version:
14 lines 499 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionCitationData = void 0; const internal_1 = require("./internal"); class SelectionCitationData extends internal_1.SelectionAny { getDate() { return this.get("DATE" /* Tag.Date */, null, internal_1.SelectionDate); } getText() { return this.get("TEXT" /* Tag.Text */); } } exports.SelectionCitationData = SelectionCitationData; //# sourceMappingURL=SelectionCitationData.js.map