0.0.11 • Published 3 months ago

wired-uiasd v0.0.11

Weekly downloads
1
License
ISC
Repository
github
Last release
3 months ago

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
0.0.10

3 months ago

0.0.11

3 months ago

0.0.8

5 years ago