Searched defs:_isArray (Results 1 – 3 of 3) sorted by relevance
14 let _isArray; variable18 _isArray = x => Object.prototype.toString.call(x) === '[object Array]'; function
30 _isArray = function (x) { function