<p align="center"><img src="https://github.com/Reset-Sheep/ArayTS/blob/img/logo.png" alt="arayts" width="150" /></p>

<P align="center"><b>ArayTS</b>，让 TypeScript 开发如丝般顺滑</P>
<hr />

### [官方文档](https://reset-sheep.github.io/ArayTSDoc/)

ArayTS是一个高效、优雅的 TypeScript 算法工具集，为您的项目注入算法力量。通过 ArayTS，让 TypeScript 开发如丝般顺滑，提高开发效率并减少潜在错误。旨在简化日常任务，它为开发人员提供了一套实用工具和服务，使在项目中使用 TypeScript 变得轻松愉快。

 <p align="center"><img src="https://github.com/Reset-Sheep/ArayTS/blob/img/_08aab89c-1522-4364-8791-ce68b1465146.jpg" alt="bg" /></p>

## 安装
> 1.3.12之前是测试版本，现已删除

使用 npm 安装：
```bash
npm install arayts
```

或使用 pnpm：
```bash
pnpm add arayts
```

## 基本使用
```typescript
import {ArrayUtils} from "arayts"

// 使用示例
const numbers = [1, 2, 2, 3, 4, 4, 5];
console.log(ArrayUtils.unique(numbers)); // [1, 2, 3, 4, 5]
```

## 联系我们

- GitHub Issues: [https://github.com/Reset-Sheep/ArayTS/issues](https://github.com/Reset-Sheep/ArayTS/issues)


## 许可证

本项目采用 [MIT](https://github.com/Reset-Sheep/ArayTS/blob/HEAD/LICENSE) 许可证。

<!-- ## 更新日志
建议维护一个 CHANGELOG.md 文件，记录每个版本的变更内容。 -->