UNPKG

read-gedcom

Version:
8 lines 264 B
import { parseLatitude } from '../parse'; import { SelectionAny } from './internal'; export class SelectionLatitude extends SelectionAny { valueAsLatitude() { return this.value().map(parseLatitude); } } //# sourceMappingURL=SelectionLatitude.js.map