Simple NPM created by YoSoyMario to send Sarcastic Texts
Other NPM: https://NPMJS.com/marioapi
$ npm i mariotext --s
$ pnpm i mariotext
const mariotext = require("mariotext")
let text = "hello world"
mariotext.getText(text)
console.log(mariotext.getText(text))
//Result:
//---> HeLlO WoRlDconst mariotext = require("mariotext")
let text = "HeLlO WoRlD"
mariotext.getMayus(text)
console.log(mariotext.getMayus(text))
//Result:
//---> HELLO WORLDconst mariotext = require("mariotext")
let text = "HELLO WORLD"
mariotext.getMinus(text)
console.log(mariotext.getMinus(text))
//Result:
//---> hello worldSimple NPM creado por YoSoyMario para enviar Textos Sarcasticos
Otro NPM: https://NPMJS.com/marioapi
$ npm i mariotext --s
$ pnpm i mariotext
const mariotext = require("mariotext")
let text = "hola mundo"
mariotext.getText(text)
console.log(mariotext.getText(text))
//Resultado:
//---> HoLa MuNdOconst mariotext = require("mariotext")
let text = "HoLa MuNdO"
mariotext.getMayus(text)
console.log(mariotext.getMayus(text))
//Resultado:
//---> HOLA MUNDOconst mariotext = require("mariotext")
let text = "HOLA MUNDO"
mariotext.getMinus(text)
console.log(mariotext.getMinus(text))
//Resultado:
//---> hola mundo
