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