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