Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/froebel/types.ts>assertNotType

A strictly typed utility library.
Latest
variable assertNotType
import { assertNotType } from "https://deno.land/x/froebel@v0.23.2/types.ts";

type

<A, B>(..._TYPE: IsEqualType<A, B, [A], []>) => unknown