import { assertNotInstanceOf } from "https://deno.land/x/fathym_atomic@v0.0.150/tests/test.deps.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.
x/fathym_atomic/tests/test.deps.ts>assertNotInstanceOf
import { assertNotInstanceOf } from "https://deno.land/x/fathym_atomic@v0.0.150/tests/test.deps.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.