import { isRpcProxyError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/rpc-proxy/rpc-proxy-error.ts";
Returns true if the given object is an instance of a RpcProxyError
.
Returns
obj is RpcProxyError
x/rimbu/channel/custom/rpc-proxy/rpc-proxy-error.ts>isRpcProxyError
import { isRpcProxyError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/rpc-proxy/rpc-proxy-error.ts";
Returns true if the given object is an instance of a RpcProxyError
.