Skip to main content
Module

x/froebel/types.ts>assertNotType

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

type

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