Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/entropy/src/utils/utils.class.ts>Utils.getEnumKey

The core module of Entropy framework for Deno.
Latest
method Utils.getEnumKey
import { Utils } from "https://deno.land/x/entropy@1.0.0-beta.17/src/utils/utils.class.ts";

Type Parameters

optional
TValue = string | number

Parameters

value: TValue
enumObject: Record<string, unknown>

Returns

string | undefined