wind_tool_standortpruefung/debug_shp.mjs

6 lines
117 B
JavaScript

global.self = global;
import shp from 'shpjs';
console.log("Imported shp:", shp);
console.log("Type:", typeof shp);