UNPKG
node-owoifier
Version:
latest (1.0.0)
1.0.0
0.0.1
A text OwOifier made for NodeJS
github.com/OwOland/node-owoifier
OwOland/node-owoifier
node-owoifier
/
test
/
index.js
5 lines
(3 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
const
OwOifier
=
require
(
"../src/index"
);
const
owo =
new
OwOifier
()
console
.
log
(owo.
OwOify
(
"Hey! My name is Tejas Agarwal. What is your name?"
));