Skip to main content
Module

x/earthstar/mod.ts>notErr

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function notErr
Re-export
import { notErr } from "https://deno.land/x/earthstar@v10.0.0-alpha.2/mod.ts";

Check if any value is a subclass of EarthstarError (return false) or not (return true)

Parameters

x: T | Error