A regular expression literal is missing its closing `/` delimiter. Check that the regex is properly terminated and that any `/` within the pattern is escaped.
TS1161
typescript A regular expression literal is missing its closing `/` delimiter. Check that the regex is properly terminated and that any `/` within the pattern is escaped.