hono
Version:
Web framework built on Web Standards
8 lines (7 loc) • 311 B
TypeScript
/**
* @module
* The HTTP Client for Hono.
*/
export { hc } from './client';
export { parseResponse, DetailedError } from './utils';
export type { InferResponseType, InferRequestType, Fetch, ClientRequestOptions, ClientRequest, ClientResponse, ApplyGlobalResponse, PickResponseByStatusCode, } from './types';