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.1/deps.ts";

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

Type Parameters

T extends AnyConstructor

Parameters

actual: unknown
unexpectedType: T
optional
msg = [UNSUPPORTED]