wired-uiasd

0.0.11 • Public • Published

wired-uiasd

reverse-string-package

这个简单的 npm 包提供了一个功能,用于反转给定的字符串。

安装

使用 npm 安装这个包:

npm install wired-uiasd

yarn add wired-uiasd

```js
import { reverseString } from 'wired-uiasd';

const myString = "Hello, World!";
const reversed = reverseString(myString);

console.log(reversed); // "!dlroW ,olleH"

```# wired-uiasd

Readme

Keywords

none

Package Sidebar

Install

npm i wired-uiasd

Weekly Downloads

4

Version

0.0.11

License

ISC

Unpacked Size

1.26 kB

Total Files

5

Last publish

Collaborators

  • qq919006380