UNPKG

pr-fetch

Version:

基于fetch额外封装了检查请求、中止请求。

37 lines (36 loc) 775 B
{ "name": "pr-fetch", "description": "基于fetch额外封装了检查请求、中止请求。", "version": "0.0.2", "type": "module", "files": [ "dist" ], "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.umd.cjs" } }, "scripts": { "build": "tsc && vite build" }, "dependencies": {}, "devDependencies": { "typescript": "^5.8.3", "vite": "^7.1.7", "vite-plugin-dts": "^4.5.3" }, "private": false, "author": "Breathe", "keywords": [ "pr-fetch" ], "repository": { "type": "git", "url": "https://github.com/Breathe97/pr-fetch" } }