1.0.0 • Published 3 years ago

reverse-sent v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

reverse-sentense

Reverse the word of a sentence

How to Install

npm install @chibaba/reverse-sentence.

API

require("reverse-sentence") => Function
reverse(sentence) => String

Example

const reverseSentence = require("reverse-sentence");

const sentence = "Hello Beth!";

const reversed = reversedSentence(sentence);

console.log(reversed) // Beth! Hello

License

MIT