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
The #2 plan in this list won't fly -- because those tests won't work on objects from different frames ... but otherwise, feel free to send a pull request if you think you have an improvement on the current implementation.
Although you accepted my pull request not long ago, I am still not happy about some isType functions 😃
There are several variants, depending on the goal of the library itself and I'd like to see your guide for this.
Maybe some more minifications.
move
isFunction
,isRegExp
,isDate
functions to their own declarations usingtypeof
/instanceof
:see http://jsperf.com/isfunction-performance and http://jsperf.com/isregexp-test-for-regexp for performance graphs
The text was updated successfully, but these errors were encountered: