read-gedcom
Version:
Gedcom file reader
12 lines • 437 B
JavaScript
;
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