mirror of
https://github.com/honojs/hono.git
synced 2024-11-29 17:46:30 +01:00
3 lines
132 B
TypeScript
3 lines
132 B
TypeScript
export { hc } from './client.ts'
|
|
export type { InferResponseType, InferRequestType, Fetch, ClientRequestOptions } from './types.ts'
|