UNPKG
hopifier
Version:
latest (0.0.2)
0.0.2
0.0.1
Adds "hop" to the beginning of your message
hopifier
/
index.js
3 lines
•
69 B
JavaScript
View Raw
1
2
3
exports
.
hopify
=
function
(
input
) {
return
`Hop,
${input}
!`
; };