@aiao/utils
v0.0.19
Published
Aiao 项目通用工具库,提供常用的工具函数。
Readme
@aiao/utils
Aiao 项目通用工具库,提供常用的工具函数。
功能特性
- 类型工具: TypeScript 类型增强
- 字符串处理: 字符串常用操作
- 时间处理: 日期时间相关工具
- RxJS 工具: RxJS 辅助函数
安装
npm install @aiao/utils
# 或
pnpm add @aiao/utils使用
import { deepClone, debounce, formatTime } from '@aiao/utils';