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
for the types such as nullish, falsy, string, boolean and date, this is doable.
But for anuthing other than this: truthy, or extended or custom user input where there are checks inside, it is very hard to get the typescript to work, so just boolean on these.
Is your feature request related to a problem? Please describe.
The typescript compiler does not compute with the checks, so need to return valid return values other then boolean.
Input
None
Output
Variable is {} for example
Additional context
The text was updated successfully, but these errors were encountered: