read-gedcom
Version:
Gedcom file reader
12 lines • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionDate = void 0;
const internal_1 = require("./internal");
const parse_1 = require("../parse");
class SelectionDate extends internal_1.SelectionAny {
valueAsDate() {
return this.value().map(parse_1.parseDate);
}
}
exports.SelectionDate = SelectionDate;
//# sourceMappingURL=SelectionDate.js.map