All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules.isArray.js Maven / Gradle / Ivy

The newest version!
import { nativeIsArray } from './_setup.js';
import tagTester from './_tagTester.js';

// Is a given value an array?
// Delegates to ECMA5's native `Array.isArray`.
export default nativeIsArray || tagTester('Array');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy