hopifier
v0.0.2
Published
Adds "hop" to the beginning of your message
Maintainers
Readme
Hopifier
- Adds "hop" to the beginning of your message
Use
const hopifier = require("hopifier");
const message = hopifier.hopify("Enes");
console.log(message); // Hop, Enes!