0.1.0 • Published 6 years ago

dca-str-reversed v0.1.0

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

String Reverser

A small library that reverses a string for algorithms

Installation

npm install @doncurt/str-reversed

Usage

const str-reversed = require('@doncurt/str-reversed);

const reversed = str-reversed('me');

Output should be em

Tests

npm test

Contributing

Please email donovan.adams@students.makeschool.com to discuss contributions, please include unit tests for the code as well as clean documented code.