Show More
Commit Description:
Update README.rdoc
Commit Description:
Update README.rdoc
File last commit:
Show/Diff file:
Action:
node_modules/isarray/index.js | 5 lines | 132 B | application/javascript | JavascriptLexer |
move datatable to yarn
r789 var toString = {}.toString;
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};