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