UNPKG

@httpc/client

Version:

httpc client for building function-based API with minimal code and end-to-end type safety

3 lines 217 B
import { HttpCTypedClient, HttpCTypedClientOptions } from "./typed"; export declare function createClient<T extends {}>(options?: HttpCTypedClientOptions): T & HttpCTypedClient; //# sourceMappingURL=factory.d.ts.map