Matchablestype
ImmutableArray<Nullish<Matchable>>
| Type | |
|---|---|
ImmutableArray | Immutable array: an array that cannot be changed. |
Nullish | Nullish is the value or null or undefined. |
Matchable | A thing that a string can be matched against. |
A list of things that strings can be matched against.