1.0.1 • Published 4 years ago

jawad v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

What is this ?

Reversing the strings

Instalation

npm i jawad

With import

import {jawad} from 'jawad'

With require

const {jawad} = require('jawad')

USAGE ...

const {jawad} = require('jawad')



  jawad('any string need to reverse')

Example ..

const {jawad} = require('jawad')


  console.log(jawad('any string need to reverse'))

  console.log(jawad('string'))

Return ...

>> esrever ot deen gnirts yna

>> gnirts
NOTE : This package is for testing that's why it's simple and small ,,, THANK YOU FOR USING IT 😃