a tool for shared writing and social publishing
1import { makeAPIClient } from "./lib"; 2import type { Routes } from "./[command]/route"; 3 4export const callRPC = makeAPIClient<Routes>("/api/rpc");