ofetch-tools
v1.0.1-alpha.6
Published
> ofetch 增强器,使 [ofetch](https://github.com/unjs/ofetch/) 支持多个 [Interceptors](https://github.com/unjs/ofetch/?tab=readme-ov-file#%EF%B8%8F-interceptors)
Downloads
3
Readme
ofetch-tools
ofetch 增强器,使 ofetch 支持多个 Interceptors
- Quick Start
npm i ofetch-tools
- Development
最低支持 Node.js 18
corepack enable pnpm
pnpm i
- Test
pnpm run serve # 启动本地模拟的接口服务
# 打开另一个终端
pnpm run test