Module

x/justaos/test.deps.ts>assertNotInstanceOf

A command line interface for justaos
Latest
function assertNotInstanceOf
import { assertNotInstanceOf } from "https://dotland.deno.dev/x/justaos@v0.1.3/test.deps.ts";

Make an assertion that obj is not an instance of type. If so, then throw.

Parameters

actual: A
unexpectedType: new (...args: any[]) => T
optional
msg = [UNSUPPORTED]

Returns

asserts actual is Exclude<A, T>