Code Review
/
aai
/
esr-gui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a57f63495943a07b3b08d17e0f9ef6793548c801
[aai/esr-gui.git]
/
1
var toString = {}.toString;
2
3
module.exports = Array.isArray || function (arr) {
4
return toString.call(arr) == '[object Array]';
5
};