npm explorer
string-reversed - npm explorer
string-reversed
v1.0.1
A simple Node.js module to reverse a string
0
/week
Updated 10 months ago
MIT
Unpacked: 1.8 KB
Published by
Ravi
npm
yarn
pnpm
bun
npm install string-reversed
npm
Readme
Dependencies
(2)
Versions
(2)
String Utils - Reverse String
A simple Node.js module to reverse a given string using Lodash.
📌 Installation
```sh
const { reverseString } = require("string-reversed");
const { text} = req.body;
const result = await reverseString(text);