revstring
v1.0.1
Published
Reverse the string that you enter
Downloads
3
Readme
You can use this module in node or in the browser.
For use via Node.js:
npm install --save revstring
Usage let revString = require('revstring');
revString('test string'); //=> 'gnirts tset'