@hsb9291/hsb-reverse-string
v1.0.0
Published
Reverses a string
Downloads
1
Readme
reverse-string
Reverses the string.
Install
npm install @hsb9291/reverse-sentence
API
require("reverse-sentence") => Function
reverse(sentence) => String
Example
const reverseString = require("reverse-string");
const string = "Hello World!";
const reversed = reverseString(string);
console.log(reversed) // !dlroW olleH
License
MIT