0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 17:46:30 +01:00
hono/deno_dist/client
Andrew a654842d56
fix(client/types): make args param optional if the input has no required keys (#1618)
* feat(types.ts): add RequiredKeysOf and HasRequiredKeys utility types

* fix(client/types.ts): make args param optional if input has no required keys

* chore(types.ts): move RequiredKeysOf and HasRequiredKeys types to utils/types.ts

* chore(types.ts): rewrite ClientRequest type

* chore(types.ts): fix formatting

* chore(types.ts): denoify
2023-10-26 18:07:25 +09:00
..
client.ts feat(client) add cookie type validate (#1476) 2023-09-19 07:25:34 +09:00
index.ts
types.ts fix(client/types): make args param optional if the input has no required keys (#1618) 2023-10-26 18:07:25 +09:00
utils.ts Fix replaceUrlParam to ignore regexp in path (#1214) 2023-07-02 22:25:19 +09:00