UNPKG

@dvcol/common-utils

Version:

Typescript library for common utility functions and constants

5 lines (3 loc) 137 B
/** Allowed Http Headers */ type HttpHeaders = HeadersInit | Headers | Record<string, string> | undefined; export type { HttpHeaders };