UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 264 B
/** * @module * The HTTP Client for Hono. */ export { hc } from './client'; export { parseResponse, DetailedError } from './utils'; export type { InferResponseType, InferRequestType, Fetch, ClientRequestOptions, ClientRequest, ClientResponse, } from './types';