import { assertNotInstanceOf } from "https://deno.land/x/sqlite3@0.12.0/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/sqlite3@0.12.0/test/deps.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.