type-detect
type-detect copied to clipboard
Function issue (lowercase)
function is not primitive so you should definitely return 'Function' instead
Related with #102 and #103
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.