UNPKG

ky

Version:

Tiny and elegant HTTP client based on the Fetch API

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