import { assertNotInstanceOf } from "https://deno.land/x/earthstar@v10.2.0/src/test/asserts.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.
x/earthstar/src/test/asserts.ts>assertNotInstanceOf
import { assertNotInstanceOf } from "https://deno.land/x/earthstar@v10.2.0/src/test/asserts.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.