UNPKG
react-native-npm-tool
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
a test npm tool
react-native-npm-tool
/
ToolJs.js
6 lines
(4 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
const
consoleTest
=(
)=>{
console
.
log
(
'胡玉峰创建的npm执行了'
); }
export
default
consoleTest;