import { assertExists } from "https://deno.land/x/skia_canvas@0.3.0/test/deps.ts";
Make an assertion that actual is not null or undefined. If not then throw.
Parameters
actual: T
x/skia_canvas/test/deps.ts>assertExists
import { assertExists } from "https://deno.land/x/skia_canvas@0.3.0/test/deps.ts";
Make an assertion that actual is not null or undefined. If not then throw.