You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
When using the TypeScript for...of loop, TSLint throws a typedef error expecting the first variable to have a type definition, however that is not allowed in TypeScript.
When using the TypeScript
for...of
loop, TSLint throws a typedef error expecting the first variable to have a type definition, however that is not allowed in TypeScript.Sample:
TSLint wants
name
to have a typedef, however that is not allowed in TypeScript.The text was updated successfully, but these errors were encountered: