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