kp_is_op
v2.0.2
Published
this is created by krishna prasath. hi if you have fate lets meet in real life
Downloads
3
Readme
example
const kp = require('kp_is_op');
kp.op(" is truly amazing!")
.then(combinedText => console.log(combinedText))
.catch(error => console.error("Something went wrong:", error));