UNPKG
kellokitty
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
this is my first module for npm to test,我的第一个npm package
kellokitty
/
hellokitty.js
3 lines
•
65 B
JavaScript
View Raw
1
2
3
exports
.
sayHello
=
function
(
) {
return
'hello, kitty...'
; };