Skip to main content
Module

x/froebel/types.ts>assertType

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

type

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