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

x/enum/lib/enumItem.js>default#has

Enum is a javascript module that introduces the Enum Type. It works for node.js, in the browser and for deno.
Latest
method default.prototype.has
import { default } from "https://deno.land/x/enum@v3.0.4/lib/enumItem.js";

Checks if the flagged EnumItem has the passing object.

Parameters

value

The object to check with.