UNPKG

read-gedcom

Version:
8 lines 244 B
import { SelectionAny } from './internal'; import { parseDate } from '../parse'; export class SelectionDate extends SelectionAny { valueAsDate() { return this.value().map(parseDate); } } //# sourceMappingURL=SelectionDate.js.map