Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function assertExists
import { assertExists } from "https://deno.land/x/postcss@8.4.16/test/deps.js";

Make an assertion that actual is not null or undefined. If not then thrown.

Parameters

actual: unknown
optional
msg: string