Files

9 lines
167 B
JavaScript
Raw Permalink Normal View History

2026-03-12 12:47:56 +08:00
// src/client/index.ts
import { hc } from "./client.js";
import { parseResponse, DetailedError } from "./utils.js";
export {
DetailedError,
hc,
parseResponse
};