Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/listenbrainz/error.ts>isError

Deno library and CLI to access the ListenBrainz API
Latest
function isError
import { isError } from "https://deno.land/x/listenbrainz@v0.8.1/error.ts";

Checks whether the given JSON is an error response.

Parameters

json: any