import { isErr } from "https://deno.land/x/earthstar@v10.0.0-beta.7/src/util/errors.ts";
Check if any value is a subclass of EarthstarError (return true) or not (return false)
Parameters
x: T | Error
import { isErr } from "https://deno.land/x/earthstar@v10.0.0-beta.7/src/util/errors.ts";
Check if any value is a subclass of EarthstarError (return true) or not (return false)