UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

6 lines (3 loc) 185 B
import { HeadersInitLike } from '../merge-headers/index.js'; declare function headersToObject(headers: HeadersInitLike | Headers): Record<string, string>; export { headersToObject };