Matchabletype

string | RegExp
Type
RegExp

A thing that a string can be matched against.

  • Either a RegExp instance, or a string that is matched using === equality.