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