import { RpcProxyError } from "https://deno.land/x/rimbu@1.1.0/channel/custom/index.ts";
const { isRpcProxyError } = RpcProxyError;
Returns true if the given object is an instance of a RpcProxyError
.
Returns
obj is RpcProxyError
x/rimbu/channel/custom/index.ts>RpcProxyError.isRpcProxyError
import { RpcProxyError } from "https://deno.land/x/rimbu@1.1.0/channel/custom/index.ts";
const { isRpcProxyError } = RpcProxyError;
Returns true if the given object is an instance of a RpcProxyError
.