UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

6 lines 270 B
import { HeadersOptions } from "openapi-fetch"; /** * A utility function that simplifies the headers for passing to other clients */ export declare function toObjectHeaders(headers: HeadersOptions): Record<string, string>; //# sourceMappingURL=toObjectHeaders.d.ts.map