1.0.0 • Published 8 months ago

@leofranca/reverse-sentence v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

reverse-sentence

Reverses the words of a sentence.

Install

pnpm install @leofranca/reverse-sentence

API

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

Example

import reverseSentence from "reverse-sentence";

const sentence = "Hello Beth!";
const reversed = reverseSentence(sentence);

console.log(reversed); // Beth! Hello

License

ISC

1.0.0

8 months ago