a7e668ced8
- Add fetch plugin API (definePlugin, plugins) with type-level option flow. - Migrate to eslint flat config and composite tsconfig.
3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
export { retryPlugin } from './retry';
|
|
export { timeoutPlugin } from './timeout';
|