read-gedcom
Version:
Gedcom file reader
12 lines • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionLatitude = void 0;
const parse_1 = require("../parse");
const internal_1 = require("./internal");
class SelectionLatitude extends internal_1.SelectionAny {
valueAsLatitude() {
return this.value().map(parse_1.parseLatitude);
}
}
exports.SelectionLatitude = SelectionLatitude;
//# sourceMappingURL=SelectionLatitude.js.map