UNPKG

@httpc/client

Version:

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

3 lines 201 B
import { HttpCallDefinition, HttpCClientMetadata } from "./typed"; export declare function isCall(value: HttpCClientMetadata[string]): value is HttpCallDefinition; //# sourceMappingURL=utils.d.ts.map