UNPKG
js-geofs
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
An abstraction layer for the GeoFS API (credit to iL0g1c).
js-geofs
/
index.mjs
4 lines
•
198 B
JavaScript
View Raw
1
2
3
4
export
{
MapAPI
}
from
"./lib/mapAPI.mjs"
;
export
{
MultiplayerAPI
}
from
"./lib/multiplayerAPI.mjs"
;
export
{
GeoAPI
}
from
"./lib/geoAPI.mjs"
;
export
{
WeatherAPI
}
from
"./lib/weatherAPI.mjs"
;