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
Actual behavior:
compilation error is thrown on function getResultFromParams:
(13,7): error TS2349: Cannot invoke an expression whose type lacks a call signature.
The text was updated successfully, but these errors were encountered:
TypeScript Version:
1.8.5
Code
Code in Playground
Expected behavior:
script is compiled
Actual behavior:
compilation error is thrown on function
getResultFromParams
:(13,7): error TS2349: Cannot invoke an expression whose type lacks a call signature.
The text was updated successfully, but these errors were encountered: