# utils **Repository Path**: hackers267/utils ## Basic Information - **Project Name**: utils - **Description**: 常用函数集合 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-11-20 - **Last Updated**: 2024-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Utils 各种可用方法的集合。抽象自业务中常用的方法和类型。 ## 安装 pnpm安装 ```shell pnpm add @silence_zhpf/utils ``` npm安装 ```shell npm install @silence_zhpf/utils ```