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
I could go either way with this one. On the one hand, typeof someFn === "function". On the other hand, it seems to be type-detect's mission to be consistent with itself rather than consistent with the oft-inconsistent ECMAScript.
function
is not primitive so you should definitely return 'Function' insteadThe text was updated successfully, but these errors were encountered: