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

x/mtkruto/2_tl.ts>isOfEnum

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
function isOfEnum
import { isOfEnum } from "https://deno.land/x/mtkruto@0.2.30/2_tl.ts";

Type Parameters

S extends keyof Enums

Parameters

enumName: S
value: unknown

Returns

value is Enums[S]