UNPKG
react-h2p-puppeteer
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.0.1
1.0.0
just the puppeteer package used in react-h2p
react-h2p-puppeteer
/
src
/
isarray
/
index.js
6 lines
(4 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
var
toString = {}.
toString
;
module
.
exports
=
Array
.
isArray
||
function
(
arr
) {
return
toString.
call
(arr) ==
'[object Array]'
; };