3 lines
230 B
TypeScript
3 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>;
|