logo

Standards

When to use PascalCase

TypeScript : Best Practices
Avoid using the "any" type

Use "interfaces" and "types" to describe your data. In this way you can avoid using the "any" type.

Please Login or Register to comment