import { type RpcProxy } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { Unpromise } = RpcProxy;
Utility type to transform an object/API with potentially asynchronous calls into a synchronous one. This is used to allow RPC calls to act as though they are synchronous, but have only the resulting return type be asynchronous.