projects
/
platform
/
framework
/
web
/
wrtjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git]
/
signaling_server
/
service
/
node_modules
/
qrcode
/
node_modules
/
isarray
/
index.js
1
var toString = {}.toString;
2
3
module.exports = Array.isArray || function (arr) {
4
return toString.call(arr) == '[object Array]';
5
};