Checks if a value matches one of the specified literal values.
The literal type (boolean, number, or string)
The value to check
A single literal value or a Some array of literal values to match against
True if the value strictly equals one of the specified literals; false otherwise
Checks if a value matches one of the specified literal values.