UNPKG

cheque

Version:

Type checking, for when you only use JavaScript's Good Parts.

4 lines (3 loc) 115 B
module.exports = Array.isArray || function(x) { return Object.prototype.toString.call(x) == '[object Array]'; };