0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 17:46:30 +01:00
hono/deno_dist/client/index.ts

3 lines
132 B
TypeScript
Raw Normal View History

2023-02-07 23:22:32 +01:00
export { hc } from './client.ts'
export type { InferResponseType, InferRequestType, Fetch, ClientRequestOptions } from './types.ts'