UNPKG
hopifier
Version:
latest (0.0.2)
0.0.2
0.0.1
Adds "hop" to the beginning of your message
hopifier
/
README.md
14 lines
(8 loc)
•
206 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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!
```