oxjs/src/ox/core/Geo.js

7 lines
228 B
JavaScript
Raw Normal View History

2026-02-09 19:25:09 +05:30
// Geo module - geographic utilities
// This will be migrated in a future iteration
// For now, we provide basic stubs
export function parseGeoname() {
throw new Error('Geo.parseGeoname not yet migrated to ES modules');
}