Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
notisarray
Verify if a given object is not an array for old browsers
Install
$ npm install [--save] notisarray
Usage
var notIsArray = require('notisarray');
console.log(notIsArray({})); // true
console.log(notIsArray([])); // false