UNPKG

@jingoz/enhanced-abort-controller

Version:

EnhancedAbortController 是一种具有超时功能的增强版本的 AbortController,使用 TypeScript 编写。

13 lines (11 loc) 240 B
import type { UserConfig } from 'vite' export default { build: { outDir: 'build', lib: { name: 'enhancedAbortController', entry: 'lib/index.ts', fileName: 'index', }, }, } satisfies UserConfig