1.0.0 • Published 4 years ago
@nishiajmera/reverse-sentence v1.0.0
reverse-sentence
Reverses the words of a sentence
Install
npm install @nishiajmera/reverse-sentence
API
require("reverse-sentence") => Function
reverse-statement => String
Example
const reverseSentence = require("reverse-sentence");
const sentence = "Hello ABC!";
const reversed = reverseSentence(sentence);
console.log(reversed) // ABC! Hello
License
None
1.0.0
4 years ago