UNPKG
hllo
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
An npm package for saying hello.
github.com/ezeigboemmanuel/hllo
ezeigboemmanuel/hllo
hllo
/
index.js
3 lines
•
63 B
JavaScript
View Raw
1
2
3
export
function
greet
(
name
) {
return
`Hello,
${name}
!`
; }