UNPKG

ky

Version:

Tiny and elegant HTTP client based on the Fetch API

4 lines (3 loc) 268 B
import type { SearchParamsOption } from '../types/options.js'; export declare const findUnknownOptions: (request: Request, options: Record<string, unknown>) => Record<string, unknown>; export declare const hasSearchParameters: (search: SearchParamsOption) => boolean;