string-reverse

2.0.0 • Public • Published

StringReverse - JavaScript

Installation

npm install string-reverse

Usage

const stringReverse = require('string-reverse');
 
const backwards = stringReverse('Cool Koala');
 
console.log(backwards); // 'alaoK looC'

Readme

Keywords

Package Sidebar

Install

npm i string-reverse

Weekly Downloads

1

Version

2.0.0

License

ISC

Last publish

Collaborators

  • bradflood