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