1.0.1 • Published 3 years ago

@lmemunoz/reverse-sentence v1.0.1

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

��# reverse-sentence Reverses the words of a sentence.

Install

npm install @luismunozaton/reverse-sentence

API

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

Example

const reverseSentence = require("reverse-sentence"); const sentence = "Hello Luis!"; const reversed = reverseSentence(sentence); console.log(reversed) // Luis! Hello

License

MIT

1.0.1

3 years ago

1.0.0

3 years ago