]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blob - example/iot-gateway/node_modules/isarray/index.js
Initial commit
[apps/tidep0084.git] / example / iot-gateway / node_modules / isarray / index.js
1 module.exports = Array.isArray || function (arr) {
2   return Object.prototype.toString.call(arr) == '[object Array]';
3 };