UNPKG

hopifier

Version:

Adds "hop" to the beginning of your message

14 lines (8 loc) 206 B
# Hopifier - Adds "hop" to the beginning of your message # Use ```js const hopifier = require("hopifier"); const message = hopifier.hopify("Enes"); console.log(message); // Hop, Enes! ```