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