jscrewit
Version:
Converts plain JavaScript into JSFuck code, which consists of only six different characters: ! ( ) + [ ]
17 lines (10 loc) • 614 B
Markdown
[**JScrewIt**](../README.md)
***
> **FeatureElementOrCompatibleArray** = [`FeatureElement`](FeatureElement.md) \| readonly [`FeatureElement`](FeatureElement.md)[]
A feature object, a name or alias of a predefined feature, or an array of such values that
defines a union of mutually compatible features.
Methods that accept parameters of this type throw an error if the specified value is neither a
feature object nor a name or alias of a predefined feature, or if it is an array of values that
does not define a union of mutually compatible features.