UNPKG

read-gedcom

Version:
8 lines 259 B
import { parseExactTime } from '../parse'; import { SelectionAny } from './internal'; export class SelectionTime extends SelectionAny { valueAsExactTime() { return this.value().map(parseExactTime); } } //# sourceMappingURL=SelectionTime.js.map