mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-22 14:37:06 +08:00
4 lines
230 B
TypeScript
4 lines
230 B
TypeScript
import type { RetryOptions } from '../types/retry.js';
|
|
export declare const normalizeRequestMethod: (input: string) => string;
|
|
export declare const normalizeRetryOptions: (retry?: number | RetryOptions) => Required<RetryOptions>;
|