UNPKG

read-gedcom

Version:
12 lines 437 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionLongitude = void 0; const parse_1 = require("../parse"); const internal_1 = require("./internal"); class SelectionLongitude extends internal_1.SelectionAny { valueAsLongitude() { return this.value().map(parse_1.parseLongitude); } } exports.SelectionLongitude = SelectionLongitude; //# sourceMappingURL=SelectionLongitude.js.map