0.0.6 • Published 2 years ago

sarcharstic v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Texto Sarcastico

Simple npm para enviar textos sarcasticos

Instalación

$ npm install --save sarcharstic

MODDO DE USO

const sch = require('sarcharstic')

let text = 'hola mundo'
sch.getsarcharstic(text)

///////////////////////////////////

const sch = require('sarcharstic')

let text2 = 'hola mundo'
sch.getMayus(text)

//////////////////////
const sch = require('sarcharstic')

let text3 = 'hola mundo'
sch.getMinus(text)

//Resultado:
//---> HoLa MuNdO
//---> HOLA MUNDO
//---> hola mundo
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago