@ungap/is-array
v0.2.0
Published
An is-array polyfill for legacy browsers.
Downloads
16,936
Maintainers
Readme
Array.isArray
An Array.isArray polyfill for legacy browsers.
- CDN via https://unpkg.com/@ungap/is-array
- ESM via
import isArray from '@ungap/is-array'
- CJS via
const isArray = require('@ungap/is-array')
Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).