1.0.2 • Published 9 years ago

reverse_string v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

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.