constpath = require('path');
constlibyaData = require('./data/libya_optimized.json');
/**
* Get the complete Libya OSM data
* @returns {Object} The complete Libya OSM data
*/functiongetAllData() {
return libyaData;
}
module.exports = {
getAllData,
data: libyaData
};