mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 19:44:26 +01:00
79759a81ed
* feat(client): introduce `Fetch` type * denoify
3 lines
110 B
TypeScript
3 lines
110 B
TypeScript
export { hc } from './client.ts'
|
|
export type { InferResponseType, InferRequestType, Fetch } from './types.ts'
|