read-gedcom
Version:
Gedcom file reader
14 lines • 499 B
JavaScript
;
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