Skip to main content
Module

x/froebel/types.ts>IsEqualType

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

Type Parameters

A
B
optional
True = true
optional
False = false
definition: (<T>() => T extends A ? 1 : 2) extends (<T>() => T extends B ? 1 : 2) ? True : False