Closed manumonti closed 2 years ago
Note: This PR must be merged after #14
The use of non-null assertions operators on Typescript is not recommended whenever possible. Avoiding the use of them let the compiler do the job of statically checking the code.
Note: This PR must be merged after #14
The use of non-null assertions operators on Typescript is not recommended whenever possible. Avoiding the use of them let the compiler do the job of statically checking the code.