---
title: aim-tools - 常用工具函数库.
order: 10
hero:
  title: 指南
  desc: 📖 常用工具函数库.
  actions:
    - text: Getting Started
      link: /tools
---

## 安装

```bash
# 使用npm
$ npm i aim-tools

# 使用yarn
$ yarn add aim-tools

```

## 使用

```typescript
import { isArray } from 'aim-tools';
```
