UNPKG
renjia-test-for
Version:
latest (1.1.5)
1.1.5
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
这是我第一个包
renjia-test-for
/
index.js
13 lines
(9 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
function
one
(
){
console
.
log
(
"one function action -----"
); }
function
two
(
){
console
.
log
(
"two function action -----"
); }
export
{ one,two }