Skip to main content
Module

x/silicon/deps.ts>assertNotInstanceOf

Deno module to generate images from source code using Aloxaf/silicon.
Go to Latest
function assertNotInstanceOf
import { assertNotInstanceOf } from "https://deno.land/x/silicon@v0.0.4/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>