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