Skip to main content
Module

std/node/assert.ts>ifError

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

Throws value if the value is not null or undefined.

Parameters

err: any