UNPKG

create-fetch-hooks

Version:

A simple and powerful custom React hook (useApi) that simplifies API requests with automatic loading and error states. Ideal for clean and maintainable data fetching in React components.

2 lines (1 loc) 130 B
export declare function mergeHeaders(base?: Record<string, string>, additional?: Record<string, string>): Record<string, string>;