a.js 115 B

123
  1. 'use strict';
  2. module.exports = function a (o) { return Object.prototype.toString.call(o) === '[object Array]'; };