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