import { ChannelError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { ChannelError } = ChannelError;
The abstract base class/type for Channel Errors.
import { ChannelError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { ChannelError } = ChannelError;
Returns true if the given object is an instance of a ChannelError
.
Returns
obj is ChannelError