reverse_string
v1.0.2
Published
Easy to use node module, You can reverse Any String in reverse_string module.
Downloads
2
Maintainers
Readme
Number Formatter
A small library that reverse any string.
Installation
npm install reverse_string
Usage
var reverse = require('reverse_string');
var reverseString = reverse('olleH ! drow');
Output should be Hello word
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.