Skip to content

快速开始

我们推荐在项目中采用按需引入,以充分利用 ES6 的 Tree-Shaking 特性精简打包产物。

安装

shell
# 支持pnpm/yarn/cnpm/npm,推荐使用pnpm
$ pnpm i @wyfex/iutils

推荐用法

ts
import { isArray } from '@wyfex/iutils'

console.log(isArray([1,2]))

基于 MIT 许可发布