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