UNPKG

read-gedcom

Version:
8 lines 281 B
import { parseVersionParts } from '../parse'; import { SelectionAny } from './internal'; export class SelectionGedcomVersion extends SelectionAny { valueAsVersion() { return this.value().map(parseVersionParts); } } //# sourceMappingURL=SelectionGedcomVersion.js.map