Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/earthstar/src/entries/npm.ts>isErr

Storage for private, distributed, offline-first applications.
Go to Latest
function isErr
Re-export
import { isErr } from "https://deno.land/x/earthstar@v10.2.0/src/entries/npm.ts";

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

Parameters

x: T | Error