How to use the isarray.default function in isarray

To help you get started, we’ve selected a few isarray examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github liferay / liferay-amd-loader / src / packages / isobject@1.0.0 / index.js View on Github external
exports.default = function(x) {
		console.log('Calling isObject 1.0.0');
		return x != null && typeof x === 'object' && !isArray(x);
	};
});
github liferay / liferay-amd-loader / src / demo / packages / isobject@1.0.0 / index.js View on Github external
exports.default = function(x) {
		console.log('Calling isObject 1.0.0');
		return x != null && typeof x === 'object' && !isArray(x);
	};
});

isarray

Array#isArray for older browsers

MIT
Latest version published 5 years ago

Package Health Score

78 / 100
Full package analysis

Popular isarray functions