UNPKG
risc
Version:
latest (0.0.1)
0.0.1
这是一个个人用于测试的js工具包-simplified。
github.com/wzyinghid/riscjs
wzyinghid/riscjs
risc
/
a.js
4 lines
•
74 B
JavaScript
View Raw
1
2
3
4
function
hello
(
name
){
console
.
log
(
"hello"
+ name); }
exports
.
hello
=hello;