import { assertNotInstanceOf } from "https://deno.land/x/plug@1.0.0-rc.3/test_deps.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.
import { assertNotInstanceOf } from "https://deno.land/x/plug@1.0.0-rc.3/test_deps.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.