UNPKG

iz

Version:

Validation for node and the web.

5 lines (4 loc) 127 B
'use strict'; module.exports = function izAnArray(arr) { return Object.prototype.toString.call(arr) === '[object Array]'; };