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