Returns whether the given number is a valid entry in an enum.
The enum object to check for the entry.
The value to check.
Whether the enum is a "basic" enum; IE, every entry is a number between 0 and Infinity. (Default: true)
0
Infinity
true
Generated using TypeDoc
Returns whether the given number is a valid entry in an enum.