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