This is a helper function to make sure a static type check is performed.
It may be required in some cases where TypeScript or the IDE fails to check the type of the argument and/or results in complex type error.
NOTE! IT DOES NOT PERFORM RUNTIME CHECKS.
The value which was provided as the argument untouched @PURE
The value to return
Generated using TypeDoc
This is a helper function to make sure a static type check is performed.
It may be required in some cases where TypeScript or the IDE fails to check the type of the argument and/or results in complex type error.
NOTE! IT DOES NOT PERFORM RUNTIME CHECKS.
Returns
The value which was provided as the argument untouched @PURE
Nosideeffects