read-gedcom
Version:
Gedcom file reader
14 lines • 499 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionDataSource = void 0;
const internal_1 = require("./internal");
class SelectionDataSource extends internal_1.SelectionAny {
getDate() {
return this.get("DATE" /* Tag.Date */, null, internal_1.SelectionDate);
}
getCopyright() {
return this.get("COPR" /* Tag.Copyright */);
}
}
exports.SelectionDataSource = SelectionDataSource;
//# sourceMappingURL=SelectionDataSource.js.map