UNPKG

read-gedcom

Version:
8 lines 269 B
import { parseLongitude } from '../parse'; import { SelectionAny } from './internal'; export class SelectionLongitude extends SelectionAny { valueAsLongitude() { return this.value().map(parseLongitude); } } //# sourceMappingURL=SelectionLongitude.js.map