UNPKG
shifas-hello
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
hello there
shifas-hello
/
index.js
8 lines
(4 loc)
•
85 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
displayText
(text)
{
return
text; }
module
.
exports
= displayText(
'buddy'
)