UNPKG

230 BTypeScriptView Raw
1import type { RetryOptions } from '../types/retry.js';
2export declare const normalizeRequestMethod: (input: string) => string;
3export declare const normalizeRetryOptions: (retry?: number | RetryOptions) => Required<RetryOptions>;