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

x/entropy/src/utils/types/enum_values_union.type.ts>EnumValuesUnion

The core module of Entropy framework for Deno.
Latest
type alias EnumValuesUnion
import { type EnumValuesUnion } from "https://deno.land/x/entropy@1.0.0-beta.17/src/utils/types/enum_values_union.type.ts";

Type Parameters

TEnum extends string | number
definition: TEnum | `${TEnum}`