UNPKG

hono

Version:

Web framework built on Web Standards

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