UNPKG

hopifier

Version:

Adds "hop" to the beginning of your message

3 lines 69 B
exports.hopify = function (input) { return `Hop, ${input}!`; };