UNPKG

read-gedcom

Version:
8 lines 239 B
import { parseAge } from '../parse'; import { SelectionAny } from './internal'; export class SelectionAge extends SelectionAny { valueAsAge() { return this.value().map(parseAge); } } //# sourceMappingURL=SelectionAge.js.map