errors.fyi community error code reference
TS1002
typescript

Unterminated String Literal

A string literal is missing its closing quote character. This typically occurs when a quote character within the string is not escaped.

References

← all namespaces