@jingoz/enhanced-abort-controller
Version:
EnhancedAbortController 是一种具有超时功能的增强版本的 AbortController,使用 TypeScript 编写。
25 lines • 497 B
JSON
{
"name": "@jingoz/enhanced-abort-controller",
"version": "0.0.2",
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"keywords": [
"jingo",
"abortController",
"signal",
"abortDelay",
"setTimeout"
],
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.2.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build:types": "tsc -p ./tsconfig.json",
"build": "vite build && pnpm build:types"
}
}