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