0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 19:44:26 +01:00
hono/deno_dist/client/index.ts
Yusuke Wada 79759a81ed
feat(client): introduce Fetch type (#898)
* feat(client): introduce `Fetch` type

* denoify
2023-02-16 16:12:21 +09:00

3 lines
110 B
TypeScript

export { hc } from './client.ts'
export type { InferResponseType, InferRequestType, Fetch } from './types.ts'