1.0.1 • Published 2 years ago

@lmemunoz/reverse-sentence v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.0

2 years ago