Commit Inicial
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// src/client/index.ts
|
||||
import { hc } from "./client.js";
|
||||
import { parseResponse, DetailedError } from "./utils.js";
|
||||
export {
|
||||
DetailedError,
|
||||
hc,
|
||||
parseResponse
|
||||
};
|
||||
Reference in New Issue
Block a user