Skip to main content
Module

x/froebel/types.ts>IsUnion

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

Type Parameters

T
optional
U extends T = T
definition: T extends unknown ? [U] extends [T] ? false : true : false