Skip to main content
Module

std/node/assert/strict.ts>ifError

Deno standard library
Go to Latest
function ifError
import { ifError } from "https://deno.land/std@0.177.0/node/assert/strict.ts";

Throws value if the value is not null or undefined.

Parameters

err: any