云盘
志元云盘
备份云盘
Home
/
志元云盘
/
webdav
/
sync
/
react
/
cockpit-profinet
/
node_modules
/
isarray
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
index.js
2025-08-08 09:44:28
132 B
LICENSE
2025-08-08 09:44:28
1.07 KB
package.json
2025-08-08 09:44:28
991 B
README.md
2025-08-08 09:44:28
1.18 KB
# isarray `Array#isArray` for older browsers and deprecated Node.js versions. [](http://travis-ci.org/juliangruber/isarray) [](https://www.npmjs.org/package/isarray) [ ](https://ci.testling.com/juliangruber/isarray) __Just use Array.isArray directly__, unless you need to support those older versions. ## Usage ```js var isArray = require('isarray'); console.log(isArray([])); // => true console.log(isArray({})); // => false ``` ## Installation With [npm](https://npmjs.org) do ```bash $ npm install isarray ``` Then bundle for the browser with [browserify](https://github.com/substack/node-browserify). ## Sponsors This module is proudly supported by my [Sponsors](https://github.com/juliangruber/sponsors)! Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my [Patreon](https://www.patreon.com/juliangruber). Not sure how much of my modules you're using? Try [feross/thanks](https://github.com/feross/thanks)!
2025-08-30 08:27:52 Saturday 216.73.216.107 Runningtime:0.015s Mem:1.48 MB