We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeScript Version: 3.2.0-dev.20181020
Code
0 as string
Expected behavior:
Codefix to convert to 0 as unknown as string.
0 as unknown as string
Actual behavior:
No codefix.