UNPKG
boris-xie-bee
Version:
latest (1.0.6-0.4)
1.0.6
1.0.6-0.4
1.0.6-0.3
1.0.6-0.2
1.0.6-0.1
1.0.5
1.0.4
1.0.3
1.0.2
这是一个测试包
boris-xie-bee
/
index.js
8 lines
(4 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
"./leaflet/leaflet.js"
;
export
const
borisFunc
= (
)=>
console
.
log
(
"That is My test package"
);
export
const
aisenz = L;
const
TestFunc
= (
) =>
console
.
log
(
'TestFunc'
);