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