UNPKG
@tuoyuan/map-adapter-amap
Version:
latest (2.0.17)
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.7
2.0.6
2.0.2
2.0.1
高德地图适配器
@tuoyuan/map-adapter-amap
/
dist
/
lib
/
index.js
2 lines
(1 loc)
•
180 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperties
(
exports
,{
__esModule
:{
value
:!
0
},[
Symbol
.
toStringTag
]:{
value
:
"Module"
}});
const
e=
require
(
"./Map.js"
);
exports
.
AMap
=e.
AMap
;
exports
.
default
=e.
AMap
;