reverse-the-string
v1.0.1
Published
This package helps in reversing the string
Downloads
2
Readme
reverse-the-string
A tiny utility to reverse the provided string.
example:
> var reveseTheString = require('reverse-the-string');
undefined
> let reverseVal = reveseTheString('sample text');
install:
npm install reverse-the-string