index.js 74 B

12345
  1. // src/client/index.ts
  2. import { hc } from "./client.js";
  3. export {
  4. hc
  5. };