import { assertNotInstanceOf } from "https://deno.land/x/netzo@0.3.91/deps/std/testing/asserts.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.
x/netzo/deps/std/testing/asserts.ts>assertNotInstanceOf
import { assertNotInstanceOf } from "https://deno.land/x/netzo@0.3.91/deps/std/testing/asserts.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.